X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatacollection.h;h=aeb270f4f11b3a92c73e51102c781d3f70c58c71;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=b86da0762a90350ee7cd594437c87b1e248f3e6d;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/datacollection.h b/source/datacollection.h index b86da07..aeb270f 100644 --- a/source/datacollection.h +++ b/source/datacollection.h @@ -16,11 +16,11 @@ private: static Msp::FS::Path generate_target_path(const Component &, const Msp::FS::Path &); public: - virtual const char *get_type() const { return "DataCollection"; } + const char *get_type() const override { return "DataCollection"; } DataTransform &get_source() const { return source; } private: - virtual void find_dependencies(); + void find_dependencies() override; }; #endif