X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffiletarget.h;h=32092d0db05efd1bc428489684597db474215c9e;hb=9ab7e80ccd0a8043609d6a09f4119fa6e1d4ad9c;hp=4363d5a8672f5e8dfbad647570acbe1f22212db5;hpb=c52efe77690dcf620d3b19f750a91422f771942d;p=builder.git diff --git a/source/filetarget.h b/source/filetarget.h index 4363d5a..32092d0 100644 --- a/source/filetarget.h +++ b/source/filetarget.h @@ -29,7 +29,7 @@ public: protected: virtual void check_rebuild(); private: - std::string make_name(const Package *, const Msp::FS::Path &); + static std::string generate_name(const Package *, const Msp::FS::Path &); }; #endif