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 74125a74225..58c1210ad55 100644
--- a/ACE/ace/Shared_Memory_Pool.h
+++ b/ACE/ace/Shared_Memory_Pool.h
@@ -125,7 +125,7 @@ public:
/// Return the base address of this memory pool, 0 if base_addr
/// never changes.
- virtual void *base_addr (void) const;
+ virtual void *base_addr () const;
/// Dump the state of an object.
virtual void dump () const;