summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_Errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_Errno.h')
-rw-r--r--ACE/ace/OS_Errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_Errno.h b/ACE/ace/OS_Errno.h
index be1a5eee3c3..de7d8420a4c 100644
--- a/ACE/ace/OS_Errno.h
+++ b/ACE/ace/OS_Errno.h
@@ -53,7 +53,7 @@ public:
ACE_Errno_Guard (ACE_ERRNO_TYPE &errno_ref);
/// Reset the value of @c errno to <error>.
- ~ACE_Errno_Guard (void);
+ ~ACE_Errno_Guard ();
#if defined (ACE_HAS_WINCE_BROKEN_ERRNO)
/// Assign @a errno_ref to <error_>.