From f0f38e0f164b7e8b9132665407445d93f33be7ad Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 14 Jul 2006 07:55:14 +0000 Subject: Made everything have a virtual deconstructor. This is apparently very important. --- src/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection.h') diff --git a/src/connection.h b/src/connection.h index dd4112b..29fcc25 100644 --- a/src/connection.h +++ b/src/connection.h @@ -34,7 +34,7 @@ public: * such an operation could take considerable time, depending on the pending * data and state of the receiving end. */ - ~Connection(); + virtual ~Connection(); /** * Open a connection to a remote server. This sets up this connection as -- cgit v1.2.3