summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/LV2URIMap.cpp1
-rw-r--r--src/shared/LV2URIMap.hpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/LV2URIMap.cpp b/src/shared/LV2URIMap.cpp
index 70ca954f..9a4ae7c7 100644
--- a/src/shared/LV2URIMap.cpp
+++ b/src/shared/LV2URIMap.cpp
@@ -80,6 +80,7 @@ LV2URIMap::LV2URIMap()
, lv2_maximum(NS_LV2 "maximum")
, lv2_minimum(NS_LV2 "minimum")
, lv2_name(NS_LV2 "name")
+ , lv2_portProperty(NS_LV2 "portProperty")
, lv2_symbol(NS_LV2 "symbol")
, lv2_toggled(NS_LV2 "toggled")
, lv2ev_EventPort("http://lv2plug.in/ns/ext/event#EventPort")
diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp
index d773591f..923312c5 100644
--- a/src/shared/LV2URIMap.hpp
+++ b/src/shared/LV2URIMap.hpp
@@ -88,6 +88,7 @@ public:
const Quark lv2_maximum;
const Quark lv2_minimum;
const Quark lv2_name;
+ const Quark lv2_portProperty;
const Quark lv2_symbol;
const Quark lv2_toggled;
const Quark lv2ev_EventPort;