X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fpkgconfigaction.h;h=dc96acd970eb082e2a0c17dc22620a2a4dee15d8;hb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;hp=7c725bc665ad808bc179fdd8b3d208160af4d3cd;hpb=242c55b17e6608b29a77ca17a5b677e202a3ca90;p=builder.git diff --git a/source/pkgconfigaction.h b/source/pkgconfigaction.h index 7c725bc..dc96acd 100644 --- a/source/pkgconfigaction.h +++ b/source/pkgconfigaction.h @@ -1,10 +1,3 @@ -/* $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_ @@ -21,6 +14,8 @@ class PkgConfigAction: public Action public: PkgConfigAction(Builder &, const PkgConfig &); virtual int check(); +private: + std::string prefixify(const std::string &); }; #endif