X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatapack.h;h=81b2e9ed98156449e09552a0bfd5872ab54e09e4;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=d2f667a3e9c66a0eabed5fc63247150d610934a3;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/datapack.h b/source/datapack.h index d2f667a..81b2e9e 100644 --- a/source/datapack.h +++ b/source/datapack.h @@ -16,7 +16,7 @@ private: static Msp::FS::Path generate_target_path(const Component &); public: - virtual const char *get_type() const { return "DataPack"; } + const char *get_type() const override { return "DataPack"; } const FileList &get_files() const { return files; } };