summaryrefslogtreecommitdiff
path: root/ACE/ace/Malloc_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Malloc_Base.h')
-rw-r--r--ACE/ace/Malloc_Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Malloc_Base.h b/ACE/ace/Malloc_Base.h
index c73f984e856..6f3ac403758 100644
--- a/ACE/ace/Malloc_Base.h
+++ b/ACE/ace/Malloc_Base.h
@@ -145,7 +145,7 @@ public:
#if defined (ACE_HAS_MALLOC_STATS)
/// Dump statistics of how malloc is behaving.
- virtual void print_stats (void) const = 0;
+ virtual void print_stats () const = 0;
#endif /* ACE_HAS_MALLOC_STATS */
/// Dump the state of the object.