summaryrefslogtreecommitdiff
path: root/ACE/ace/Local_Memory_Pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Local_Memory_Pool.h')
-rw-r--r--ACE/ace/Local_Memory_Pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Local_Memory_Pool.h b/ACE/ace/Local_Memory_Pool.h
index ecf5e38ec0f..0df0631a9be 100644
--- a/ACE/ace/Local_Memory_Pool.h
+++ b/ACE/ace/Local_Memory_Pool.h
@@ -52,7 +52,7 @@ public:
ACE_Local_Memory_Pool (const ACE_TCHAR *backing_store_name = 0,
const OPTIONS *options = 0);
- virtual ~ACE_Local_Memory_Pool (void);
+ virtual ~ACE_Local_Memory_Pool ();
/// Ask system for initial chunk of local memory.
virtual void *init_acquire (size_t nbytes,