summaryrefslogtreecommitdiffstats
path: root/include/ingen/client/ObjectModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/client/ObjectModel.hpp')
-rw-r--r--include/ingen/client/ObjectModel.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ingen/client/ObjectModel.hpp b/include/ingen/client/ObjectModel.hpp
index 6d4fbae5..ec2c319a 100644
--- a/include/ingen/client/ObjectModel.hpp
+++ b/include/ingen/client/ObjectModel.hpp
@@ -32,7 +32,7 @@
namespace Ingen {
-namespace Shared { class LV2URIMap; }
+namespace Shared { class URIs; }
namespace Client {
@@ -84,7 +84,7 @@ public:
protected:
friend class ClientStore;
- ObjectModel(Shared::LV2URIMap& uris, const Raul::Path& path);
+ ObjectModel(Shared::URIs& uris, const Raul::Path& path);
ObjectModel(const ObjectModel& copy);
virtual void set_path(const Raul::Path& p);