X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfigaction.h;h=7c725bc665ad808bc179fdd8b3d208160af4d3cd;hb=242c55b17e6608b29a77ca17a5b677e202a3ca90;hp=83f574e70f6a992f76c7be944d34bb98bd4d91ab;hpb=77461a8c0e2b5686b04cf15f3a9333b215813992;p=builder.git diff --git a/source/pkgconfigaction.h b/source/pkgconfigaction.h index 83f574e..7c725bc 100644 --- a/source/pkgconfigaction.h +++ b/source/pkgconfigaction.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of builder -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2006-2007, 2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -20,7 +20,7 @@ class PkgConfigAction: public Action { public: PkgConfigAction(Builder &, const PkgConfig &); - int check(); + virtual int check(); }; #endif