Changeset 5247 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Sep 24, 2005, 9:27:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/list.h
r5244 r5247 563 563 inline T* tIterator<T>::getCurrent() 564 564 { 565 if (likel ey(this->tmpEl))565 if (likely(this->tmpEl != NULL)) 566 566 return this->tmpEl->curr; 567 567 else
Note: See TracChangeset
for help on using the changeset viewer.