diff options
Diffstat (limited to 'ACE/ace/Local_Memory_Pool.h')
-rw-r--r-- | ACE/ace/Local_Memory_Pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Local_Memory_Pool.h b/ACE/ace/Local_Memory_Pool.h index 913887de151..4fb5111b705 100644 --- a/ACE/ace/Local_Memory_Pool.h +++ b/ACE/ace/Local_Memory_Pool.h @@ -110,7 +110,7 @@ public: virtual void *base_addr (void) const; /// Dump the state of an object. - virtual void dump (void) const; + virtual void dump () const; /// Declare the dynamic allocation hooks. ACE_ALLOC_HOOK_DECLARE; |