X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvcxprojectfile.h;h=268d4bbb64a42c78d4bb487c82bdff4300dc42d5;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=ff3aba13ba316242bbfc06efdd4df09ebc209055;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/vcxprojectfile.h b/source/vcxprojectfile.h index ff3aba1..268d4bb 100644 --- a/source/vcxprojectfile.h +++ b/source/vcxprojectfile.h @@ -11,7 +11,7 @@ private: public: VcxProjectFile(Builder &, const SourcePackage &); - virtual const char *get_type() const { return "VcxProjectFile"; } + const char *get_type() const override { return "VcxProjectFile"; } const std::string &get_guid() const { return guid; } };