summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NodeModule.hpp')
-rw-r--r--src/gui/NodeModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp
index 7197b80a..2ebc3f75 100644
--- a/src/gui/NodeModule.hpp
+++ b/src/gui/NodeModule.hpp
@@ -61,7 +61,7 @@ public:
void delete_port_view(SharedPtr<const PortModel> port);
- virtual void store_location();
+ virtual void store_location(double x, double y);
void show_human_names(bool b);
SharedPtr<const NodeModel> node() const { return _node; }