diff options
Diffstat (limited to 'src/engine/LV2Info.cpp')
-rw-r--r-- | src/engine/LV2Info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/LV2Info.cpp b/src/engine/LV2Info.cpp index c96d5874..fcd303ef 100644 --- a/src/engine/LV2Info.cpp +++ b/src/engine/LV2Info.cpp @@ -37,9 +37,9 @@ LV2Info::LV2Info(Ingen::Shared::World* world) , audio_class(slv2_value_new_uri(world->slv2_world(), SLV2_PORT_CLASS_AUDIO)) , event_class(slv2_value_new_uri(world->slv2_world(), SLV2_PORT_CLASS_EVENT)) , value_port_class(slv2_value_new_uri(world->slv2_world(), - "http://lv2plug.in/ns/ext/atom-port#ValuePort")) + "http://lv2plug.in/ns/ext/atom#ValuePort")) , message_port_class(slv2_value_new_uri(world->slv2_world(), - "http://lv2plug.in/ns/ext/atom-port#MessagePort")) + "http://lv2plug.in/ns/ext/atom#MessagePort")) , _world(world) { assert(world); |