summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-01 18:56:59 -0400
committerDavid Robillard <d@drobilla.net>2016-10-02 12:24:57 -0400
commit424bd44c4b6f64a15f9dc18df47b77c39b62a855 (patch)
treed5ab1db30659a5fb8c0b9638611c87b2b10a832d /src/URIs.cpp
parent791816abb2295bcade40b664d39ecd7eb1016f19 (diff)
downloadingen-424bd44c4b6f64a15f9dc18df47b77c39b62a855.tar.gz
ingen-424bd44c4b6f64a15f9dc18df47b77c39b62a855.tar.bz2
ingen-424bd44c4b6f64a15f9dc18df47b77c39b62a855.zip
Fix properties of control/notify ports
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 4b771473..7eedd208 100644
--- a/src/URIs.cpp
+++ b/src/URIs.cpp
@@ -126,6 +126,7 @@ URIs::URIs(Forge& f, URIMap* map, LilvWorld* lworld)
, lv2_appliesTo (forge, map, lworld, LV2_CORE__appliesTo)
, lv2_binary (forge, map, lworld, LV2_CORE__binary)
, lv2_connectionOptional(forge, map, lworld, LV2_CORE__connectionOptional)
+ , lv2_control (forge, map, lworld, LV2_CORE__control)
, lv2_default (forge, map, lworld, LV2_CORE__default)
, lv2_designation (forge, map, lworld, LV2_CORE__designation)
, lv2_enumeration (forge, map, lworld, LV2_CORE__enumeration)