summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-23 17:42:08 +0000
committerDavid Robillard <d@drobilla.net>2007-07-23 17:42:08 +0000
commit8c417dad8447ea1b45fbe772fd03fd277c4f9ee4 (patch)
tree490f0c627ac8f1690629ebfc645fbd4ced142eef /src/libs
parentf2ff7dd066743dbe80de630a96f61fdab5bedef0 (diff)
downloadingen-8c417dad8447ea1b45fbe772fd03fd277c4f9ee4.tar.gz
ingen-8c417dad8447ea1b45fbe772fd03fd277c4f9ee4.tar.bz2
ingen-8c417dad8447ea1b45fbe772fd03fd277c4f9ee4.zip
Updated LV2 spec.
git-svn-id: http://svn.drobilla.net/lad/ingen@602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/gui/App.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/App.cpp b/src/libs/gui/App.cpp
index 5ea42d92..7697ca11 100644
--- a/src/libs/gui/App.cpp
+++ b/src/libs/gui/App.cpp
@@ -76,7 +76,7 @@ App::App()
_rdf_world.add_prefix("xsd", "http://www.w3.org/2001/XMLSchema#");
_rdf_world.add_prefix("ingen", "http://drobilla.net/ns/ingen#");
_rdf_world.add_prefix("ingenuity", "http://drobilla.net/ns/ingenuity#");
- _rdf_world.add_prefix("lv2", "http://lv2plug.in/ontology#");
+ _rdf_world.add_prefix("lv2", "http://lv2plug.in/ns/lv2core#");
_rdf_world.add_prefix("rdfs", "http://www.w3.org/2000/01/rdf-schema#");
_rdf_world.add_prefix("doap", "http://usefulinc.com/ns/doap#");