summaryrefslogtreecommitdiff
path: root/ACE/ace/SSL
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-17 14:26:46 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-17 14:26:46 +0100
commitdd9f398f1f139b7376ada18d8a71f0ce4d72082d (patch)
tree250491f6e4719787d41e97868ea1e88528678c4f /ACE/ace/SSL
parent924369e56549553d522ee19dee6d0e41d991859c (diff)
parentdcf721afdb9d4ba5475abbd348526310fa3f135f (diff)
downloadATCD-dd9f398f1f139b7376ada18d8a71f0ce4d72082d.tar.gz
Merge branch 'master' into jwi-autoptr2
Diffstat (limited to 'ACE/ace/SSL')
-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 9a7cc9f2356..4ea9c59b0c1 100644
--- a/ACE/ace/SSL/SSL_SOCK_Connector.h
+++ b/ACE/ace/SSL/SSL_SOCK_Connector.h
@@ -284,7 +284,7 @@ public:
//@}
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;