X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fbinarypackage.h;h=a0f20e86e273f4ba79f23119afa04f13c3e0682f;hb=f52ca29f2357618da9e87a08bfd61f8a0058a8e1;hp=0be063393107915c0c97aaafa6d5cf56c7ac854e;hpb=4d0d003b022943d8a0e39ba19078bab8d32d8857;p=builder.git diff --git a/source/binarypackage.h b/source/binarypackage.h index 0be0633..a0f20e8 100644 --- a/source/binarypackage.h +++ b/source/binarypackage.h @@ -27,13 +27,13 @@ public: }; BinaryPackage(Builder &, const std::string &); - void set_path(const Msp::Path &); + void set_path(const Msp::FS::Path &); bool get_need_path() const { return need_path; } static BinaryPackage *from_pkgconfig(Builder &, const std::string &); private: bool need_path; - Msp::Path path; + Msp::FS::Path path; virtual void create_build_info(); };