diff options
Diffstat (limited to 'src/common')
-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 192ea458..fa28bfa4 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/atom-port#ValuePort", - "http://lv2plug.in/ns/ext/atom-port#MessagePort" + "http://lv2plug.in/ns/ext/atom#ValuePort", + "http://lv2plug.in/ns/ext/atom#MessagePort" }; return uris[symbol_num]; } |