summaryrefslogtreecommitdiff
path: root/ACE/ace
diff options
context:
space:
mode:
authorErik Sohns <esohns@users.noreply.github.com>2022-04-10 21:18:28 +0200
committerErik Sohns <esohns@users.noreply.github.com>2022-04-10 21:18:28 +0200
commitbee659a4ec8cb572f009ddd854827d5136d3a231 (patch)
tree8cf1b8aa8e6217c1a24c6edc7a06133afd94a51c /ACE/ace
parent89a831ce128745b0a7c904c3c3940f7cf2b56971 (diff)
downloadATCD-bee659a4ec8cb572f009ddd854827d5136d3a231.tar.gz
silence warning about non-virtual dtor
Diffstat (limited to 'ACE/ace')
-rw-r--r--ACE/ace/SSL/SSL_SOCK_Connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/SSL/SSL_SOCK_Connector.h b/ACE/ace/SSL/SSL_SOCK_Connector.h
index 1f3cb3657fc..40a46779053 100644
--- a/ACE/ace/SSL/SSL_SOCK_Connector.h
+++ b/ACE/ace/SSL/SSL_SOCK_Connector.h
@@ -160,7 +160,7 @@ public:
int perms = 0);
/// Default dtor.
- ~ACE_SSL_SOCK_Connector (void);
+ virtual ~ACE_SSL_SOCK_Connector (void);
/**
* Actively connect to a peer, producing a connected @c ACE_SSL_SOCK_Stream