summaryrefslogtreecommitdiffstats
path: root/ingen/client/PatchModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/PatchModel.hpp')
-rw-r--r--ingen/client/PatchModel.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/client/PatchModel.hpp b/ingen/client/PatchModel.hpp
index 64ef3d18..d4c8f511 100644
--- a/ingen/client/PatchModel.hpp
+++ b/ingen/client/PatchModel.hpp
@@ -54,7 +54,8 @@ private:
friend class ClientStore;
PatchModel(URIs& uris, const Raul::Path& patch_path)
- : NodeModel(uris, "http://drobilla.net/ns/ingen#Patch", patch_path)
+ : NodeModel(
+ uris, Raul::URI("http://drobilla.net/ns/ingen#Patch"), patch_path)
{
}