]> git.tdb.fi Git - builder.git/blobdiff - source/binarypackage.h
Adapt to changes in msppath
[builder.git] / source / binarypackage.h
index b10331b27cec63731c076ad4a0db06e6611b9001..0be063393107915c0c97aaafa6d5cf56c7ac854e 100644 (file)
@@ -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();
 };