diff options
Diffstat (limited to 'src/libs/gui/Port.hpp')
-rw-r--r-- | src/libs/gui/Port.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/gui/Port.hpp b/src/libs/gui/Port.hpp index ae9b0c48..4851a63f 100644 --- a/src/libs/gui/Port.hpp +++ b/src/libs/gui/Port.hpp @@ -39,8 +39,7 @@ class Port : public FlowCanvas::Port { public: Port(boost::shared_ptr<FlowCanvas::Module> module, SharedPtr<PortModel> pm, bool flip=false); - - virtual ~Port() {} + ~Port(); SharedPtr<PortModel> model() const { return _port_model; } |