]> git.tdb.fi Git - builder.git/blobdiff - source/filetarget.h
Add a separate set of functions for registering and looking up targets by path
[builder.git] / source / filetarget.h
index 52551e4ed90de64540c3bbc1f5084cf9a40513e5..4363d5a8672f5e8dfbad647570acbe1f22212db5 100644 (file)
@@ -28,6 +28,8 @@ public:
 
 protected:
        virtual void check_rebuild();
+private:
+       std::string make_name(const Package *, const Msp::FS::Path &);
 };
 
 #endif