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