X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fbinarypackage.h;h=a0f20e86e273f4ba79f23119afa04f13c3e0682f;hb=f5d3127099bc41f986094eb98732849ee9bfb748;hp=b10331b27cec63731c076ad4a0db06e6611b9001;hpb=654de39b62a9a58fd8e1b5a557361d628345788b;p=builder.git diff --git a/source/binarypackage.h b/source/binarypackage.h index b10331b..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::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 path; + Msp::FS::Path path; virtual void create_build_info(); };