X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarypackage.h;h=f015ee55de9dbcf76386bfaa3b7aa9737d7dadc5;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=b8c29de772e45610d9078de5ea0225c8ce961349;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/binarypackage.h b/source/binarypackage.h index b8c29de..f015ee5 100644 --- a/source/binarypackage.h +++ b/source/binarypackage.h @@ -36,7 +36,7 @@ public: static BinaryPackage *from_flags(Builder &, const std::string &, const Flags &, const Flags & = Flags()); private: static void process_flags(const Flags &, BuildInfo &); - virtual void do_prepare(); + void do_prepare() override; }; #endif