]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfigaction.h
Replace per-file copyright notices with a single file
[builder.git] / source / pkgconfigaction.h
index 83f574e70f6a992f76c7be944d34bb98bd4d91ab..dc96acd970eb082e2a0c17dc22620a2a4dee15d8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef PKGCONFIGACTION_H_
 #define PKGCONFIGACTION_H_
 
@@ -20,7 +13,9 @@ class PkgConfigAction: public Action
 {
 public:
        PkgConfigAction(Builder &, const PkgConfig &);
-       int check();
+       virtual int check();
+private:
+       std::string prefixify(const std::string &);
 };
 
 #endif