summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp
index ba09cc24..ce1224ab 100644
--- a/src/gui/Port.hpp
+++ b/src/gui/Port.hpp
@@ -50,7 +50,7 @@ public:
SPtr<const client::PortModel> pm,
bool flip = false);
- ~Port();
+ ~Port() override;
SPtr<const client::PortModel> model() const { return _port_model.lock(); }