summaryrefslogtreecommitdiff
path: root/ACE/ace/PI_Malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/PI_Malloc.h')
-rw-r--r--ACE/ace/PI_Malloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/PI_Malloc.h b/ACE/ace/PI_Malloc.h
index 4a69b0cb09f..12933958aa8 100644
--- a/ACE/ace/PI_Malloc.h
+++ b/ACE/ace/PI_Malloc.h
@@ -78,7 +78,7 @@ public:
char padding_[(ACE_PI_MALLOC_PADDING_SIZE) ? ACE_PI_MALLOC_PADDING_SIZE : ACE_MALLOC_ALIGN];
/// Dump the state of the object.
- void dump (void) const;
+ void dump () const;
private:
// Disallow copy construction and assignment.
@@ -138,7 +138,7 @@ public:
NAME_NODE_PTR prev_;
/// Dump the state of the object.
- void dump (void) const;
+ void dump () const;
private:
// Disallow assignment.
@@ -186,7 +186,7 @@ public:
ACE_Malloc_Header base_;
/// Dump the state of the object.
- void dump (void) const;
+ void dump () const;
private:
// Disallow assignment.