X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fbinarypackage.cpp;h=f63bff882439c3f8174479d7ff18232e6110f5b2;hb=f52ca29f2357618da9e87a08bfd61f8a0058a8e1;hp=aaeb3e556ab02a92b305fe4434696e1fd2095233;hpb=4d0d003b022943d8a0e39ba19078bab8d32d8857;p=builder.git diff --git a/source/binarypackage.cpp b/source/binarypackage.cpp index aaeb3e5..f63bff8 100644 --- a/source/binarypackage.cpp +++ b/source/binarypackage.cpp @@ -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; }