summaryrefslogtreecommitdiff
path: root/ACE/ace/Pagefile_Memory_Pool.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
commit104d9f8a30c479fe661883b295f120ab035645d9 (patch)
treeaa39aaa576d8ce2e1666df7a750d77df1a33232e /ACE/ace/Pagefile_Memory_Pool.h
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'ACE/ace/Pagefile_Memory_Pool.h')
-rw-r--r--ACE/ace/Pagefile_Memory_Pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Pagefile_Memory_Pool.h b/ACE/ace/Pagefile_Memory_Pool.h
index 4a78171b75a..49f20b47880 100644
--- a/ACE/ace/Pagefile_Memory_Pool.h
+++ b/ACE/ace/Pagefile_Memory_Pool.h
@@ -114,9 +114,9 @@ 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;
- void dump (void) const {}
+ void dump () const {}
protected:
/**