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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/LoadGraphWindow.hpp b/src/gui/LoadGraphWindow.hpp
index afd2d172..8ec5ed4b 100644
--- a/src/gui/LoadGraphWindow.hpp
+++ b/src/gui/LoadGraphWindow.hpp
@@ -52,7 +52,7 @@ public:
void present(SPtr<const Client::GraphModel> graph,
bool import,
- Node::Properties data);
+ Properties data);
protected:
void on_show();
@@ -70,7 +70,7 @@ private:
App* _app;
- Node::Properties _initial_data;
+ Properties _initial_data;
SPtr<const Client::GraphModel> _graph;