summaryrefslogtreecommitdiff
path: root/ACE/ace/Obchunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Obchunk.h')
-rw-r--r--ACE/ace/Obchunk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Obchunk.h b/ACE/ace/Obchunk.h
index 3a2fddc260a..4ab76f8a3e8 100644
--- a/ACE/ace/Obchunk.h
+++ b/ACE/ace/Obchunk.h
@@ -36,10 +36,10 @@ public:
ACE_Obchunk (size_t size);
/// Dtor.
- ~ACE_Obchunk (void);
+ ~ACE_Obchunk ();
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;