]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfig.cpp
Reorder class members
[builder.git] / source / pkgconfig.cpp
index d31ab9d2d9ce01cc4d8be570ba37d3fe428ea9f0..b38da6a7e3f0b68cdb38daa343463d69b911ea39 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of builder
-Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Copyright © 2006-200 Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -16,7 +16,7 @@ PkgConfig::PkgConfig(Builder &b, const SourcePackage &p):
        buildable=true;
 }
 
-Action *PkgConfig::build()
+Action *PkgConfig::create_action()
 {
-       return Target::build(new PkgConfigAction(builder, *this));
+       return new PkgConfigAction(builder, *this);
 }