summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_List.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Timer_List.h')
-rw-r--r--ACE/ace/Timer_List.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Timer_List.h b/ACE/ace/Timer_List.h
index 0173b2ed2f8..bd6c81daccc 100644
--- a/ACE/ace/Timer_List.h
+++ b/ACE/ace/Timer_List.h
@@ -34,7 +34,7 @@ typedef ACE_Timer_List_T<ACE_Event_Handler *,
typedef ACE_Timer_List_Iterator_T<ACE_Event_Handler *,
ACE_Event_Handler_Handle_Timeout_Upcall,
ACE_SYNCH_RECURSIVE_MUTEX,
- ACE_Default_Time_Policy>
+ ACE_Default_Time_Policy>
ACE_Timer_List_Iterator;
ACE_END_VERSIONED_NAMESPACE_DECL