Changeset 5211 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Sep 21, 2005, 2:21:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/list.h
r5209 r5211 82 82 { 83 83 listElement<T>* le = this->currentEl->next; 84 //delete this->currentEl->curr; 84 //delete this->currentEl->curr; //! THIS IS EXTREMELY UNSAFE (the list only stores pointers not instances) // 85 85 delete this->currentEl; 86 86 this->currentEl = le;
Note: See TracChangeset
for help on using the changeset viewer.