]> git.tdb.fi Git - builder.git/blobdiff - source/unlink.h
Reorder class members
[builder.git] / source / unlink.h
index d2df41500b671e2789f71144f9dcfc477f30ae92..f26d1637ac6f5ebcbcddb39b6afd357c2d98ac01 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
 */
 
@@ -16,7 +16,7 @@ class Unlink: public Action
 {
 public:
        Unlink(Builder &, const Target &);
-       int check();
+       virtual int check();
 };
 
 #endif