summaryrefslogtreecommitdiffstats
path: root/src/libs/module/global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/module/global.cpp')
-rw-r--r--src/libs/module/global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/module/global.cpp b/src/libs/module/global.cpp
index 15e844c1..6cd54685 100644
--- a/src/libs/module/global.cpp
+++ b/src/libs/module/global.cpp
@@ -44,7 +44,7 @@ get_world()
if (!world) {
world = new World();
- world->rdf_world = new Raul::RDF::World();
+ world->rdf_world = new Redland::World();
#ifdef HAVE_SLV2
world->slv2_world = slv2_world_new_using_rdf_world(world->rdf_world->world());
slv2_world_load_all(world->slv2_world);