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