X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fandroidresourcefile.h;h=162026ce5bb4afe4d3600c17d3265909fecff4ed;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=5f3cd3a62e7dc09dfd11a51781c056c17dbb9c89;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/androidresourcefile.h b/source/androidresourcefile.h index 5f3cd3a..162026c 100644 --- a/source/androidresourcefile.h +++ b/source/androidresourcefile.h @@ -14,7 +14,7 @@ private: public: AndroidResourceFile(Builder &, const Component &, const Msp::FS::Path &); - virtual const char *get_type() const { return "AndroidResourceFile"; } + const char *get_type() const override { return "AndroidResourceFile"; } }; #endif