diff options
Diffstat (limited to 'ACE/ace/MEM_Acceptor.h')
-rw-r--r-- | ACE/ace/MEM_Acceptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/MEM_Acceptor.h b/ACE/ace/MEM_Acceptor.h index 333a79d464e..a1477de1a4d 100644 --- a/ACE/ace/MEM_Acceptor.h +++ b/ACE/ace/MEM_Acceptor.h @@ -122,7 +122,7 @@ public: typedef ACE_MEM_Stream PEER_STREAM; /// Dump the state of an object. - void dump (void) const; + void dump () const; /// Declare the dynamic allocation hooks. ACE_ALLOC_HOOK_DECLARE; |