]> git.tdb.fi Git - builder.git/blobdiff - source/binarypackage.cpp
Reorder class members
[builder.git] / source / binarypackage.cpp
index aaeb3e556ab02a92b305fe4434696e1fd2095233..e1dc9dfd5177bf98c60a21933fb7fdb941e437ec 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of builder
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -20,11 +20,7 @@ BinaryPackage::BinaryPackage(Builder &b, const string &n):
        use_pkgconfig=false;
 }
 
-/**
-Sets the path where the package files were installed.  This is only useful if
-the package doesn't use pkg-config.
-*/
-void BinaryPackage::set_path(const Msp::Path &p)
+void BinaryPackage::set_path(const Msp::FS::Path &p)
 {
        path=builder.get_cwd()/p;
 }