X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatafile.h;h=0ba501ca50ec2f70f12d9bae0b510d9bf52af441;hb=766dad2d4f7ca73dc182f22e306ba0def6fd8722;hp=071a82b887d60d23d0fa2ef2e290f1a7c942aa79;hpb=338eefb513953ae55e8e3614c009c242ba8ad74e;p=builder.git diff --git a/source/datafile.h b/source/datafile.h index 071a82b..0ba501c 100644 --- a/source/datafile.h +++ b/source/datafile.h @@ -14,13 +14,13 @@ private: public: DataFile(Builder &, const Component &, File &); +private: + static Msp::FS::Path generate_target_path(const Component &); +public: virtual const char *get_type() const { return "DataFile"; } const Component &get_component() const { return component; } File &get_source() const { return source; } - -private: - static Msp::FS::Path generate_target_path(const Component &); }; #endif