X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Funlink.h;h=a26ca0eb5421b2e28d41cec390a4f93af2f49ac4;hb=20994a6f4802f2dbcf01888d0e1996edf554ade5;hp=d2df41500b671e2789f71144f9dcfc477f30ae92;hpb=7aeaa4ba965f596edad438c02e345a8843f7469a;p=builder.git diff --git a/source/unlink.h b/source/unlink.h index d2df415..a26ca0e 100644 --- a/source/unlink.h +++ b/source/unlink.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of builder -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2007, 2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -10,13 +10,13 @@ Distributed under the LGPL #include "action.h" -class Target; +class FileTarget; class Unlink: public Action { public: - Unlink(Builder &, const Target &); - int check(); + Unlink(Builder &, const FileTarget &); + virtual int check(); }; #endif