diff options
author | mjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-13 15:42:04 +0000 |
---|---|---|
committer | mjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-13 15:42:04 +0000 |
commit | 0fb1bfaee9f24b9f0054d373c1aa0d45f61e1a54 (patch) | |
tree | 6e9565484434124eec02545826b2f900320d6e6c /ace/Containers_T.h | |
parent | c6cb0f40f651a27a06031f431986edf2ee36fd6a (diff) | |
download | ATCD-0fb1bfaee9f24b9f0054d373c1aa0d45f61e1a54.tar.gz |
See Tue Jul 13 10:39:57 1999 Matthew J Braun <mjb2@cs.wustl.edu>
Diffstat (limited to 'ace/Containers_T.h')
-rw-r--r-- | ace/Containers_T.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Containers_T.h b/ace/Containers_T.h index acfadb4c9b5..81e0e07e9c7 100644 --- a/ace/Containers_T.h +++ b/ace/Containers_T.h @@ -976,7 +976,7 @@ public: // Delegates to ACE_Double_Linked_List_Iterator. private: - ACE_DLList<T> &list_; + ACE_DLList<T> *list_; }; template <class T> @@ -1027,7 +1027,7 @@ public: // Delegates to ACE_Double_Linked_List_Iterator. private: - ACE_DLList<T> &list_; + ACE_DLList<T> *list_; }; template <class T> |