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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/ThreadedLoader.cpp b/src/gui/ThreadedLoader.cpp
index cd7b1594..a7115de6 100644
--- a/src/gui/ThreadedLoader.cpp
+++ b/src/gui/ThreadedLoader.cpp
@@ -105,8 +105,8 @@ ThreadedLoader::load_graph_event(const FilePath& file_path,
{
std::lock_guard<std::mutex> lock(_app.world()->rdf_mutex());
- _app.world()->parser()->parse_file(_app.world(),
- _app.world()->interface().get(),
+ _app.world()->parser()->parse_file(*_app.world(),
+ *_app.world()->interface(),
file_path,
engine_parent,
engine_symbol,