X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatacollection.h;h=aeb270f4f11b3a92c73e51102c781d3f70c58c71;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=2f61b5f24b3167e62c72e85512f3e39e56c16031;hpb=d334fc1d04b7f83c7a2e9f16439fec884f4de471;p=builder.git diff --git a/source/datacollection.h b/source/datacollection.h index 2f61b5f..aeb270f 100644 --- a/source/datacollection.h +++ b/source/datacollection.h @@ -16,8 +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: + void find_dependencies() override; }; #endif