summaryrefslogtreecommitdiffstats
path: root/include/ingen/client/PatchModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/client/PatchModel.hpp')
-rw-r--r--include/ingen/client/PatchModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ingen/client/PatchModel.hpp b/include/ingen/client/PatchModel.hpp
index 3e873cfc..023a1dc2 100644
--- a/include/ingen/client/PatchModel.hpp
+++ b/include/ingen/client/PatchModel.hpp
@@ -71,7 +71,7 @@ public:
private:
friend class ClientStore;
- PatchModel(Shared::LV2URIMap& uris, const Raul::Path& patch_path)
+ PatchModel(Shared::URIs& uris, const Raul::Path& patch_path)
: NodeModel(uris, "http://drobilla.net/ns/ingen#Patch", patch_path)
, _connections(new Connections())
, _editable(true)