summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphCanvas.hpp')
-rw-r--r--src/gui/GraphCanvas.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/GraphCanvas.hpp b/src/gui/GraphCanvas.hpp
index 86e47faa..509b0a4a 100644
--- a/src/gui/GraphCanvas.hpp
+++ b/src/gui/GraphCanvas.hpp
@@ -73,7 +73,7 @@ public:
void get_new_module_location(double& x, double& y);
- void clear_selection();
+ void clear_selection() override;
void destroy_selection();
void copy_selection();
void paste();