Changeset 535
- Timestamp:
- Apr 22, 2011, 9:14:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/linked.cpp
r534 r535 30 30 linked_list::~linked_list() 31 31 { 32 m_count = 0; // ensure destructors calling unlink() won't mess with us 33 32 34 if (m_first) 33 35 m_first->Prev()->SetNext(NULL); // set the prev nodes next to NULL
Note: See TracChangeset
for help on using the changeset viewer.