summaryrefslogtreecommitdiff
path: root/ace/Timer_List_T.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-04 02:58:38 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-04 02:58:38 +0000
commit9381dc335de041c194d3f9c01d197d915e3b3e06 (patch)
treeceb2633f270ffa4abcb9efb66958d411a027d18d /ace/Timer_List_T.h
parent212f5d8199c40b1d3eb5b0767914fc71bf254d29 (diff)
downloadATCD-9381dc335de041c194d3f9c01d197d915e3b3e06.tar.gz
ChangeLogTag:Wed Sep 3 21:38:18 1997 Carlos O'Ryan <coryan@polka.cs.wustl.edu>
Diffstat (limited to 'ace/Timer_List_T.h')
-rw-r--r--ace/Timer_List_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_List_T.h b/ace/Timer_List_T.h
index dcbac409d26..f0489458794 100644
--- a/ace/Timer_List_T.h
+++ b/ace/Timer_List_T.h
@@ -161,7 +161,7 @@ private:
ACE_Timer_Node_T<TYPE> *head_;
// Pointer to linked list of <ACE_Timer_Handles>.
- LIST_ITERATOR iterator_;
+ LIST_ITERATOR *iterator_;
// Iterator used to expire timers.
long timer_id_;