- Timestamp:
- Mar 29, 2013, 4:34:31 PM (12 years ago)
- Location:
- code/branches/core6/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/objects/SpaceBoundaries.cc
r9557 r9600 73 73 { 74 74 pawnsIn_.clear(); 75 for(ObjectList Iterator<Pawn>current = ObjectList<Pawn>::begin(); current != ObjectList<Pawn>::end(); ++current)75 for(ObjectList<Pawn>::iterator current = ObjectList<Pawn>::begin(); current != ObjectList<Pawn>::end(); ++current) 76 76 { 77 77 Pawn* currentPawn = *current; -
code/branches/core6/src/orxonox/Radar.h
r9557 r9600 74 74 void radarObjectChanged(RadarViewable* rv); 75 75 76 ObjectList Iterator<RadarViewable>itFocus_;76 ObjectList<RadarViewable>::iterator itFocus_; 77 77 RadarViewable* focus_; 78 78 std::map<std::string, RadarViewable::Shape> objectTypes_;
Note: See TracChangeset
for help on using the changeset viewer.