X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fandroidcompiler.h;h=d03c4fd904b105524b9d1c12cb95e8d4c1a3c9ce;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=dbd2da6e05f55fcabde6608fdd29211228a04ceb;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/androidcompiler.h b/source/androidcompiler.h index dbd2da6..d03c4fd 100644 --- a/source/androidcompiler.h +++ b/source/androidcompiler.h @@ -14,7 +14,7 @@ public: AndroidCompiler(Builder &, const Architecture &, const std::string &, const AndroidNdk &); protected: - virtual void do_prepare(); + void do_prepare() override; }; #endif