summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Queue_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Timer_Queue_T.h')
-rw-r--r--ACE/ace/Timer_Queue_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Timer_Queue_T.h b/ACE/ace/Timer_Queue_T.h
index e1ee3317de2..4effe463ac9 100644
--- a/ACE/ace/Timer_Queue_T.h
+++ b/ACE/ace/Timer_Queue_T.h
@@ -166,7 +166,7 @@ public:
ACE_LOCK &mutex (void);
/// Dump the state of a object.
- virtual void dump (void) const;
+ virtual void dump () const;
/// Method used to return a timer node to the queue's ownership
/// after it is returned by a method like <remove_first>.