diff options
Diffstat (limited to 'ACE/ace/Process_Mutex.h')
-rw-r--r-- | ACE/ace/Process_Mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Process_Mutex.h b/ACE/ace/Process_Mutex.h index 3b713c526ef..c1f042c2269 100644 --- a/ACE/ace/Process_Mutex.h +++ b/ACE/ace/Process_Mutex.h @@ -206,7 +206,7 @@ public: static int unlink (const ACE_TCHAR *name); /// Dump the state of an object. - void dump (void) const; + void dump () const; /// Declare the dynamic allocation hooks. ACE_ALLOC_HOOK_DECLARE; |