]> git.tdb.fi Git - builder.git/blobdiff - source/unlink.h
Reorder class members
[builder.git] / source / unlink.h
index 106d11c34f645ec5178acf371259b66049858e76..f26d1637ac6f5ebcbcddb39b6afd357c2d98ac01 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef UNLINK_H_
 #define UNLINK_H_
 
@@ -9,7 +16,7 @@ class Unlink: public Action
 {
 public:
        Unlink(Builder &, const Target &);
-       int check();
+       virtual int check();
 };
 
 #endif