summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r--src/URIs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp
index 6d41482d..647c63b5 100644
--- a/src/URIs.cpp
+++ b/src/URIs.cpp
@@ -120,6 +120,7 @@ URIs::URIs(Forge& f, URIMap* map)
, midi_noteNumber (forge, map, LV2_MIDI__noteNumber)
, morph_currentType (forge, map, LV2_MORPH__currentType)
, param_sampleRate (forge, map, LV2_PARAMETERS__sampleRate)
+ , patch_Copy (forge, map, LV2_PATCH__Copy)
, patch_Delete (forge, map, LV2_PATCH__Delete)
, patch_Get (forge, map, LV2_PATCH__Get)
, patch_Move (forge, map, LV2_PATCH__Move)