diff options
Diffstat (limited to 'src/common/interface')
-rw-r--r-- | src/common/interface/PortType.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/interface/PortType.hpp b/src/common/interface/PortType.hpp index 89cb1e91..192ea458 100644 --- a/src/common/interface/PortType.hpp +++ b/src/common/interface/PortType.hpp @@ -84,8 +84,8 @@ private: "http://lv2plug.in/ns/lv2core#AudioPort", "http://lv2plug.in/ns/lv2core#ControlPort", "http://lv2plug.in/ns/ext/event#EventPort", - "http://lv2plug.in/ns/ext/objects#ValuePort", - "http://lv2plug.in/ns/ext/objects#MessagePort" + "http://lv2plug.in/ns/ext/atom-port#ValuePort", + "http://lv2plug.in/ns/ext/atom-port#MessagePort" }; return uris[symbol_num]; } |