]> git.tdb.fi Git - builder.git/blobdiff - source/binarypackage.cpp
Migrate from msppath to mspfs
[builder.git] / source / binarypackage.cpp
index aaeb3e556ab02a92b305fe4434696e1fd2095233..f63bff882439c3f8174479d7ff18232e6110f5b2 100644 (file)
@@ -24,7 +24,7 @@ BinaryPackage::BinaryPackage(Builder &b, const string &n):
 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;
 }