summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_Errno.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_Errno.inl')
-rw-r--r--ACE/ace/OS_Errno.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_Errno.inl b/ACE/ace/OS_Errno.inl
index 9fd2af39b92..0a7fa0f4ff2 100644
--- a/ACE/ace/OS_Errno.inl
+++ b/ACE/ace/OS_Errno.inl
@@ -26,7 +26,7 @@ ACE_Errno_Guard::ACE_Errno_Guard (ACE_ERRNO_TYPE &errno_ref)
}
ACE_INLINE
-ACE_Errno_Guard::~ACE_Errno_Guard (void)
+ACE_Errno_Guard::~ACE_Errno_Guard ()
{
#if defined (ACE_MT_SAFE)
*errno_ptr_ = this->error_;