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