summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/ThreadedLoader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/ThreadedLoader.hpp')
-rw-r--r--src/libs/gui/ThreadedLoader.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/gui/ThreadedLoader.hpp b/src/libs/gui/ThreadedLoader.hpp
index ea4f652d..dd5909fe 100644
--- a/src/libs/gui/ThreadedLoader.hpp
+++ b/src/libs/gui/ThreadedLoader.hpp
@@ -62,11 +62,11 @@ public:
// (same core interface as Loader/Serialiser)
void load_patch(bool merge,
- const string& data_base_uri,
+ const Glib::ustring& data_base_uri,
const Path& data_path,
GraphObject::Variables engine_data,
- optional<Path> engine_parent,
- optional<const string&> engine_name = optional<const string&>());
+ optional<Path> engine_parent = optional<Path>(),
+ optional<Symbol> engine_symbol = optional<Symbol>());
void save_patch(SharedPtr<PatchModel> model, const string& filename);