From ace240c59b4d687118950f8107ec3ed3e1e04ece Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Nov 2011 05:00:23 +0000 Subject: Update for changes in LV2 SVN. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3608 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/URIs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/URIs.cpp') diff --git a/src/shared/URIs.cpp b/src/shared/URIs.cpp index 869aa26e..cd578846 100644 --- a/src/shared/URIs.cpp +++ b/src/shared/URIs.cpp @@ -64,9 +64,9 @@ URIs::URIs() , atom_ValuePort (LV2_ATOM_URI "#ValuePort") , atom_Vector (LV2_ATOM_URI "#Vector") , atom_supports (LV2_ATOM_URI "#supports") - , ctx_AudioContext (NS_CTX "AudioContext") - , ctx_MessageContext (NS_CTX "MessageContext") + , ctx_audioContext (NS_CTX "audioContext") , ctx_context (NS_CTX "context") + , ctx_messageContext (NS_CTX "messageContext") , doap_name ("http://usefulinc.com/ns/doap#name") , ev_EventPort ("http://lv2plug.in/ns/ext/event#EventPort") , ingen_Internal (NS_INGEN "Internal") -- cgit v1.2.1