X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarypackage.h;h=a0f20e86e273f4ba79f23119afa04f13c3e0682f;hb=a2adbd9c0a8d7a7567848c4c6bdbf0de6ba32bb1;hp=0be063393107915c0c97aaafa6d5cf56c7ac854e;hpb=7567502e17be7704d58ced2f49703fcf71c7ef38;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(); };