summaryrefslogtreecommitdiff
path: root/ACE/ace/System_Time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/System_Time.cpp')
-rw-r--r--ACE/ace/System_Time.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/System_Time.cpp b/ACE/ace/System_Time.cpp
index e7c3471049d..aa22dbd757f 100644
--- a/ACE/ace/System_Time.cpp
+++ b/ACE/ace/System_Time.cpp
@@ -51,7 +51,7 @@ ACE_System_Time::ACE_System_Time (const ACE_TCHAR *poolname)
ALLOCATOR (this->poolname_));
}
-ACE_System_Time::~ACE_System_Time (void)
+ACE_System_Time::~ACE_System_Time ()
{
ACE_TRACE ("ACE_System_Time::~ACE_System_Time");
delete this->shmem_;