X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffiletarget.h;h=32092d0db05efd1bc428489684597db474215c9e;hb=2f1e3b296bb8a2c4fcb73d7339cf7d0d6f9d1459;hp=52551e4ed90de64540c3bbc1f5084cf9a40513e5;hpb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;p=builder.git diff --git a/source/filetarget.h b/source/filetarget.h index 52551e4..32092d0 100644 --- a/source/filetarget.h +++ b/source/filetarget.h @@ -28,6 +28,8 @@ public: protected: virtual void check_rebuild(); +private: + static std::string generate_name(const Package *, const Msp::FS::Path &); }; #endif