]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfigaction.h
Reorder class members
[builder.git] / source / pkgconfigaction.h
index 83f574e70f6a992f76c7be944d34bb98bd4d91ab..7c725bc665ad808bc179fdd8b3d208160af4d3cd 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of builder
-Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -20,7 +20,7 @@ class PkgConfigAction: public Action
 {
 public:
        PkgConfigAction(Builder &, const PkgConfig &);
-       int check();
+       virtual int check();
 };
 
 #endif