summaryrefslogtreecommitdiffstats
path: root/src/common/interface/Connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface/Connection.hpp')
-rw-r--r--src/common/interface/Connection.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/interface/Connection.hpp b/src/common/interface/Connection.hpp
index a4ca90c2..4cba7196 100644
--- a/src/common/interface/Connection.hpp
+++ b/src/common/interface/Connection.hpp
@@ -31,6 +31,7 @@ namespace Shared {
class Connection
{
public:
+ virtual ~Connection() {}
virtual const Raul::Path src_port_path() const = 0;
virtual const Raul::Path dst_port_path() const = 0;
};