summaryrefslogtreecommitdiffstats
path: root/src/Common/ClientConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/ClientConnection.h')
-rw-r--r--src/Common/ClientConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/ClientConnection.h b/src/Common/ClientConnection.h
index 7bdceba..302c938 100644
--- a/src/Common/ClientConnection.h
+++ b/src/Common/ClientConnection.h
@@ -44,6 +44,7 @@ class MAD_COMMON_EXPORT ClientConnection : public Connection {
public:
ClientConnection(Core::Application *application);
+ virtual ~ClientConnection();
void connect(const boost::asio::ip::tcp::endpoint &address) throw(Core::Exception);