]> git.tdb.fi Git - builder.git/blobdiff - source/unlink.h
Rework the Target class hierarchy
[builder.git] / source / unlink.h
index d2df41500b671e2789f71144f9dcfc477f30ae92..a26ca0eb5421b2e28d41cec390a4f93af2f49ac4 100644 (file)
@@ -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