X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fandroidpackagefile.h;h=644b5d46163fcf30a2579552c62a1b678e9b9222;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=4f1c692bf2c90e07658e8406aee88dd8782dcdba;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/androidpackagefile.h b/source/androidpackagefile.h index 4f1c692..644b5d4 100644 --- a/source/androidpackagefile.h +++ b/source/androidpackagefile.h @@ -10,7 +10,7 @@ class AndroidPackageFile: public FileTarget public: AndroidPackageFile(Builder &, const Component &, AndroidResourceBundle &, const std::list &); - virtual const char *get_type() const { return "AndroidPackageFile"; } + const char *get_type() const override { return "AndroidPackageFile"; } }; #endif