X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfigaction.h;h=7c725bc665ad808bc179fdd8b3d208160af4d3cd;hb=699493ee7346c578537f4e310702c57012686c22;hp=294f6372f21657ff8df4a90df4c929617c22629a;hpb=6613371a07a1a9a8d5dead488092015261a9bf5f;p=builder.git diff --git a/source/pkgconfigaction.h b/source/pkgconfigaction.h index 294f637..7c725bc 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,7 @@ class PkgConfigAction: public Action { public: PkgConfigAction(Builder &, const PkgConfig &); - int check(); + virtual int check(); }; #endif