X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffiletarget.h;h=32092d0db05efd1bc428489684597db474215c9e;hb=19a821ee581f0fe60860627472cc59065247bf13;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