X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fpkgconfigaction.h;h=a19f78662a6b5107a2e98691b97cbc22a51032e1;hb=835948343817c0e359330f8522dc4b8a0e025224;hp=294f6372f21657ff8df4a90df4c929617c22629a;hpb=6613371a07a1a9a8d5dead488092015261a9bf5f;p=builder.git diff --git a/source/pkgconfigaction.h b/source/pkgconfigaction.h index 294f637..a19f786 100644 --- a/source/pkgconfigaction.h +++ b/source/pkgconfigaction.h @@ -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,9 @@ class PkgConfigAction: public Action { public: PkgConfigAction(Builder &, const PkgConfig &); - int check(); + virtual int check(); +private: + std::string prefixify(const std::string &); }; #endif