summaryrefslogtreecommitdiffstats
path: root/src/PatchagePort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r--src/PatchagePort.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp
index 68ab873..8811feb 100644
--- a/src/PatchagePort.hpp
+++ b/src/PatchagePort.hpp
@@ -60,7 +60,7 @@ public:
signal_event().connect(sigc::mem_fun(this, &PatchagePort::on_event));
}
- virtual ~PatchagePort() = default;
+ ~PatchagePort() override = default;
/** Returns the full name of this port, as "modulename:portname" */
std::string full_name() const
@@ -78,7 +78,7 @@ public:
}
}
- bool on_event(GdkEvent* ev)
+ bool on_event(GdkEvent* ev) override
{
if (ev->type != GDK_BUTTON_PRESS || ev->button.button != 3) {
return false;