]> git.tdb.fi Git - builder.git/blobdiff - source/unlink.h
Replace per-file copyright notices with a single file
[builder.git] / source / unlink.h
index d2df41500b671e2789f71144f9dcfc477f30ae92..8a01156a4187667b79d2339de2af3df7dec48445 100644 (file)
@@ -1,22 +1,15 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef UNLINK_H_
 #define UNLINK_H_
 
 #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