Changeset 9986 in orxonox.OLD for branches/coll_rect/src/lib/collision_reaction/collision_tube.h
- Timestamp:
- Dec 2, 2006, 6:47:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/coll_rect/src/lib/collision_reaction/collision_tube.h
r9985 r9986 69 69 70 70 /** @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(); } 72 72 /** @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(); } 74 74 75 75
Note: See TracChangeset
for help on using the changeset viewer.