summaryrefslogtreecommitdiffstats
path: root/src/module/World.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-04 01:56:13 +0000
committerDavid Robillard <d@drobilla.net>2011-02-04 01:56:13 +0000
commit560af40e4d3155f0d4abd3ade16058707fa47462 (patch)
tree0fae7dde4ce14d886b6ef09d8e09f0807c32ae9b /src/module/World.cpp
parent4f18a95d55629a73079d59b27264408261058dca (diff)
downloadingen-560af40e4d3155f0d4abd3ade16058707fa47462.tar.gz
ingen-560af40e4d3155f0d4abd3ade16058707fa47462.tar.bz2
ingen-560af40e4d3155f0d4abd3ade16058707fa47462.zip
Update to current librdf-free slv2.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2898 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/module/World.cpp')
-rw-r--r--src/module/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module/World.cpp b/src/module/World.cpp
index 43850b1a..69c67f96 100644
--- a/src/module/World.cpp
+++ b/src/module/World.cpp
@@ -103,7 +103,7 @@ struct WorldImpl : public boost::noncopyable {
, rdf_world(new Redland::World())
, uris(new Shared::LV2URIMap())
#ifdef HAVE_SLV2
- , slv2_world(slv2_world_new_using_rdf_world(rdf_world->c_obj()))
+ , slv2_world(slv2_world_new())
#endif
{
#ifdef HAVE_SLV2