summaryrefslogtreecommitdiff
path: root/ACE/ace/Sbrk_Memory_Pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Sbrk_Memory_Pool.h')
-rw-r--r--ACE/ace/Sbrk_Memory_Pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Sbrk_Memory_Pool.h b/ACE/ace/Sbrk_Memory_Pool.h
index ea435b11d96..5f4d54cf6da 100644
--- a/ACE/ace/Sbrk_Memory_Pool.h
+++ b/ACE/ace/Sbrk_Memory_Pool.h
@@ -93,7 +93,7 @@ public:
virtual int protect (void *addr, size_t len, int prot = PROT_RDWR);
/// Dump the state of an object.
- virtual void dump (void) const;
+ virtual void dump () const;
/// Return the base address of this memory pool, 0 if base_addr
/// never changes.