diff options
Diffstat (limited to '')
-rw-r--r-- | src/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
34 | * such an operation could take considerable time, depending on the pending | 34 | * such an operation could take considerable time, depending on the pending |
35 | * data and state of the receiving end. | 35 | * data and state of the receiving end. |
36 | */ | 36 | */ |
37 | ~Connection(); | 37 | virtual ~Connection(); |
38 | 38 | ||
39 | /** | 39 | /** |
40 | * Open a connection to a remote server. This sets up this connection as | 40 | * Open a connection to a remote server. This sets up this connection as |