X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatasourcefile.h;h=64093b5d31a405a620394d1d1fcfd45ffced8bcd;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=23c254366b34ee116760585e1794298c5b99cf47;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/datasourcefile.h b/source/datasourcefile.h index 23c2543..64093b5 100644 --- a/source/datasourcefile.h +++ b/source/datasourcefile.h @@ -9,7 +9,7 @@ public: DataSourceFile(Builder &, const Msp::FS::Path &); DataSourceFile(Builder &, const Component &, const Msp::FS::Path &); - virtual const char *get_type() const { return "DataSourceFile"; } + const char *get_type() const override { return "DataSourceFile"; } }; #endif