]> git.tdb.fi Git - builder.git/blobdiff - source/filetarget.h
Move the Component reference to Target and make it a pointer
[builder.git] / source / filetarget.h
index 3d4d004d9611c6e39316a39c1175bec8a3a9afa8..4363d5a8672f5e8dfbad647570acbe1f22212db5 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef FILETARGET_H_
 #define FILETARGET_H_
 
@@ -35,6 +28,8 @@ public:
 
 protected:
        virtual void check_rebuild();
+private:
+       std::string make_name(const Package *, const Msp::FS::Path &);
 };
 
 #endif