summaryrefslogtreecommitdiff
path: root/ACE/ace/Shared_Memory_Pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Shared_Memory_Pool.h')
-rw-r--r--ACE/ace/Shared_Memory_Pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Shared_Memory_Pool.h b/ACE/ace/Shared_Memory_Pool.h
index d8872f18bbf..74125a74225 100644
--- a/ACE/ace/Shared_Memory_Pool.h
+++ b/ACE/ace/Shared_Memory_Pool.h
@@ -128,7 +128,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;