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