summaryrefslogtreecommitdiffstats
path: root/src/RDFWorld.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-10-20 02:13:45 +0000
committerDavid Robillard <d@drobilla.net>2007-10-20 02:13:45 +0000
commite54a02c50b5ade8a1b065c080b25b996da63dfc7 (patch)
tree3088a0e00dc53bb24bac1575e788584d115e5435 /src/RDFWorld.cpp
parent56439d90877b372608af83eb4f0559d7ab781da7 (diff)
downloadraul-e54a02c50b5ade8a1b065c080b25b996da63dfc7.tar.gz
raul-e54a02c50b5ade8a1b065c080b25b996da63dfc7.tar.bz2
raul-e54a02c50b5ade8a1b065c080b25b996da63dfc7.zip
Fix thread error message/death on launching machina_gui
git-svn-id: http://svn.drobilla.net/lad/raul@888 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/RDFWorld.cpp')
-rw-r--r--src/RDFWorld.cpp2
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);