diff options
Diffstat (limited to 'src/gui/NewSubgraphWindow.hpp')
-rw-r--r-- | src/gui/NewSubgraphWindow.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/NewSubgraphWindow.hpp b/src/gui/NewSubgraphWindow.hpp index 16cf2a21..ff078029 100644 --- a/src/gui/NewSubgraphWindow.hpp +++ b/src/gui/NewSubgraphWindow.hpp @@ -49,8 +49,8 @@ public: void set_graph(std::shared_ptr<const client::GraphModel> graph); - void - present(std::shared_ptr<const client::GraphModel> graph, Properties data); + void present(std::shared_ptr<const client::GraphModel> graph, + const Properties& data); private: void name_changed(); |