diff options
Diffstat (limited to 'src/RDFWorld.cpp')
-rw-r--r-- | src/RDFWorld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RDFWorld.cpp b/src/RDFWorld.cpp index 30db439..9b1daf2 100644 --- a/src/RDFWorld.cpp +++ b/src/RDFWorld.cpp @@ -35,7 +35,7 @@ static const char* const RDF_LANG = "turtle"; /** Create an empty in-memory RDF model. */ World::World() -{ +{ _world = librdf_new_world(); assert(_world); librdf_world_open(_world); |