diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-17 10:52:29 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-17 10:52:29 +0100 |
commit | 104d9f8a30c479fe661883b295f120ab035645d9 (patch) | |
tree | aa39aaa576d8ce2e1666df7a750d77df1a33232e /ACE/ace/Shared_Memory_Pool.h | |
parent | 2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff) | |
download | ATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz |
Removed redundant void
Diffstat (limited to 'ACE/ace/Shared_Memory_Pool.h')
-rw-r--r-- | ACE/ace/Shared_Memory_Pool.h | 2 |
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; |