summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r--src/URIs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp
index fcb3f8d4..02e03a70 100644
--- a/src/URIs.cpp
+++ b/src/URIs.cpp
@@ -65,6 +65,7 @@ URIs::URIs(Forge& f, URIMap* map)
, ingen_Arc (forge, map, NS_INGEN "Arc")
, ingen_Block (forge, map, NS_INGEN "Block")
, ingen_Graph (forge, map, NS_INGEN "Graph")
+ , ingen_GraphPrototype (forge, map, NS_INGEN "GraphPrototype")
, ingen_Internal (forge, map, NS_INGEN "Internal")
, ingen_activity (forge, map, NS_INGEN "activity")
, ingen_arc (forge, map, NS_INGEN "arc")
@@ -108,6 +109,7 @@ URIs::URIs(Forge& f, URIMap* map)
, lv2_name (forge, map, LV2_CORE__name)
, lv2_port (forge, map, LV2_CORE__port)
, lv2_portProperty (forge, map, LV2_CORE__portProperty)
+ , lv2_prototype (forge, map, LV2_CORE__prototype)
, lv2_sampleRate (forge, map, LV2_CORE__sampleRate)
, lv2_scalePoint (forge, map, LV2_CORE__scalePoint)
, lv2_symbol (forge, map, LV2_CORE__symbol)