diff options
author | David Robillard <d@drobilla.net> | 2012-04-14 02:58:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-14 02:58:12 +0000 |
commit | 99e701a8247c3e26251b045a93d826decd55e831 (patch) | |
tree | dc0806226d606b184f53284712cf25048cdd2e17 /ingen/shared | |
parent | f74b7279cf959a3b8f943e89db350af432ae78a8 (diff) | |
download | ingen-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 'ingen/shared')
-rw-r--r-- | ingen/shared/URIs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/shared/URIs.hpp b/ingen/shared/URIs.hpp index ec199ef7..5fe3c9db 100644 --- a/ingen/shared/URIs.hpp +++ b/ingen/shared/URIs.hpp @@ -59,7 +59,6 @@ public: const Quark atom_bufferType; const Quark atom_eventTransfer; const Quark atom_supports; - const Quark cv_CVPort; const Quark doap_name; const Quark ingen_Connection; const Quark ingen_Internal; @@ -84,6 +83,7 @@ public: const Quark ingen_source; const Quark ingen_value; const Quark lv2_AudioPort; + const Quark lv2_CVPort; const Quark lv2_ControlPort; const Quark lv2_InputPort; const Quark lv2_OutputPort; |