X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfigaction.h;h=a19f78662a6b5107a2e98691b97cbc22a51032e1;hb=8d7926359d2477a9928d7367678314bcbc1f6e81;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