Changeset 5247 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
 - Sep 24, 2005, 9:27:48 PM (20 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/src/lib/util/list.h (modified) (1 diff)
 
 
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.
      


            






