summaryrefslogtreecommitdiffstats
path: root/src/gui/ThreadedLoader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ThreadedLoader.cpp')
-rw-r--r--src/gui/ThreadedLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ThreadedLoader.cpp b/src/gui/ThreadedLoader.cpp
index 86d249a6..5338b7ee 100644
--- a/src/gui/ThreadedLoader.cpp
+++ b/src/gui/ThreadedLoader.cpp
@@ -47,7 +47,7 @@ ThreadedLoader::parser()
Ingen::Shared::World* world = App::instance().world();
if (!world->parser())
- world->load("ingen_serialisation");
+ world->load_module("serialisation");
return world->parser();
}