summaryrefslogtreecommitdiff
path: root/common/connectionbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/connectionbase.h')
-rw-r--r--common/connectionbase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/connectionbase.h b/common/connectionbase.h
index 8bd56e9..13721dc 100644
--- a/common/connectionbase.h
+++ b/common/connectionbase.h
@@ -40,6 +40,8 @@ class ConnectionBase {
//! Get received message or null if queue empty.
Message::p recv();
+
+ virtual ~ConnectionBase();
};
#endif