X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffiletarget.h;h=4363d5a8672f5e8dfbad647570acbe1f22212db5;hb=632361796a7ddadf8a726526c937fab22281fb7b;hp=3d4d004d9611c6e39316a39c1175bec8a3a9afa8;hpb=20994a6f4802f2dbcf01888d0e1996edf554ade5;p=builder.git diff --git a/source/filetarget.h b/source/filetarget.h index 3d4d004..4363d5a 100644 --- a/source/filetarget.h +++ b/source/filetarget.h @@ -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