summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphPortModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphPortModule.hpp')
-rw-r--r--src/gui/GraphPortModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/GraphPortModule.hpp b/src/gui/GraphPortModule.hpp
index 2e060eae..548b7267 100644
--- a/src/gui/GraphPortModule.hpp
+++ b/src/gui/GraphPortModule.hpp
@@ -63,7 +63,7 @@ protected:
SPtr<const client::PortModel> model);
bool show_menu(GdkEventButton* ev);
- void set_selected(gboolean b);
+ void set_selected(gboolean b) override;
void set_port(Port* port) { _port = port; }