summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Info.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-14 02:58:12 +0000
committerDavid Robillard <d@drobilla.net>2012-04-14 02:58:12 +0000
commit99e701a8247c3e26251b045a93d826decd55e831 (patch)
treedc0806226d606b184f53284712cf25048cdd2e17 /src/server/LV2Info.cpp
parentf74b7279cf959a3b8f943e89db350af432ae78a8 (diff)
downloadingen-99e701a8247c3e26251b045a93d826decd55e831.tar.gz
ingen-99e701a8247c3e26251b045a93d826decd55e831.tar.bz2
ingen-99e701a8247c3e26251b045a93d826decd55e831.zip
Update URIs.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4184 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/LV2Info.cpp')
-rw-r--r--src/server/LV2Info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/LV2Info.cpp b/src/server/LV2Info.cpp
index 6574028f..eebc1813 100644
--- a/src/server/LV2Info.cpp
+++ b/src/server/LV2Info.cpp
@@ -37,7 +37,7 @@ LV2Info::LV2Info(Ingen::Shared::World* world)
: input_class(lilv_new_uri(world->lilv_world(), LV2_CORE__InputPort))
, output_class(lilv_new_uri(world->lilv_world(), LV2_CORE__OutputPort))
, control_class(lilv_new_uri(world->lilv_world(), LV2_CORE__ControlPort))
- , cv_class(lilv_new_uri(world->lilv_world(), "http://lv2plug.in/ns/ext/cv-port#CVPort"))
+ , cv_class(lilv_new_uri(world->lilv_world(), LV2_CORE__CVPort))
, audio_class(lilv_new_uri(world->lilv_world(), LV2_CORE__AudioPort))
, atom_port_class(lilv_new_uri(world->lilv_world(), LV2_ATOM__AtomPort))
, _world(world)