summaryrefslogtreecommitdiffstats
path: root/src/gui/ThreadedLoader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ThreadedLoader.hpp')
-rw-r--r--src/gui/ThreadedLoader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ThreadedLoader.hpp b/src/gui/ThreadedLoader.hpp
index ec591a9c..1a0d764f 100644
--- a/src/gui/ThreadedLoader.hpp
+++ b/src/gui/ThreadedLoader.hpp
@@ -79,7 +79,7 @@ private:
boost::optional<Properties> engine_data);
void save_graph_event(std::shared_ptr<const client::GraphModel> model,
- const URI& filename);
+ const URI& uri);
/** Returns nothing and takes no parameters (because they have all been bound) */
using Closure = sigc::slot<void>;