summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/Loader.h')
-rw-r--r--src/libs/client/Loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/client/Loader.h b/src/libs/client/Loader.h
index 9afbace6..76a3e60c 100644
--- a/src/libs/client/Loader.h
+++ b/src/libs/client/Loader.h
@@ -39,7 +39,7 @@ class Loader {
public:
Loader(SharedPtr<ModelEngineInterface> engine, SharedPtr<Namespaces> = SharedPtr<Namespaces>());
- bool load(const Glib::ustring& filename,
+ bool load(const Glib::ustring& uri,
boost::optional<Path> parent,
string patch_name,
Glib::ustring patch_uri = "",