summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadGraphWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/LoadGraphWindow.hpp')
-rw-r--r--src/gui/LoadGraphWindow.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/LoadGraphWindow.hpp b/src/gui/LoadGraphWindow.hpp
index 32d435ad..a2217d83 100644
--- a/src/gui/LoadGraphWindow.hpp
+++ b/src/gui/LoadGraphWindow.hpp
@@ -50,11 +50,11 @@ public:
void init(App& app) { _app = &app; }
- void set_graph(SPtr<const client::GraphModel> graph);
+ void set_graph(const SPtr<const client::GraphModel>& graph);
- void present(SPtr<const client::GraphModel> graph,
- bool import,
- Properties data);
+ void present(const SPtr<const client::GraphModel>& graph,
+ bool import,
+ const Properties& data);
protected:
void on_show() override;