summaryrefslogtreecommitdiff
path: root/ACE/ace/SSL/SSL_Initializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SSL/SSL_Initializer.h')
-rw-r--r--ACE/ace/SSL/SSL_Initializer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/SSL/SSL_Initializer.h b/ACE/ace/SSL/SSL_Initializer.h
index a19b780523b..240be859fcc 100644
--- a/ACE/ace/SSL/SSL_Initializer.h
+++ b/ACE/ace/SSL/SSL_Initializer.h
@@ -29,7 +29,7 @@ class ACE_SSL_Export ACE_SSL_Initializer
{
public:
/// Used to force the initialization of ACE_SSL.
- static int static_init (void);
+ static int static_init ();
/// Create ACE_SSL_Context singleton.
virtual int init (int argc, ACE_TCHAR *argv[]);