Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2006, 6:47:40 PM (19 years ago)
Author:
patrick
Message:

fixed a compile bug… more to come but not today:)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/src/lib/collision_reaction/collision_tube.h

    r9985 r9986  
    6969
    7070    /** @returns an iterator pointing to the beginning of the list */
    71     CollisionIterator& begin() const { return this->_collisionList.begin(); }
     71    CollisionIterator& begin() { return this->_collisionList.begin(); }
    7272    /** @returns an iterator pointing to the end of the list */
    73     CollisionIterator& end()   const { return this->_collisionList.end(); }
     73    CollisionIterator& end()   { return this->_collisionList.end(); }
    7474
    7575
Note: See TracChangeset for help on using the changeset viewer.