- Timestamp:
- Jan 10, 2016, 1:54:11 PM (9 years ago)
- Location:
- code/branches/cpp11_v3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3
- Property svn:mergeinfo changed
-
code/branches/cpp11_v3/src/orxonox/controllers/WingmanController.cc
r11052 r11054 192 192 Gametype* gt = this->getGametype(); 193 193 194 for (ObjectList<ActionpointController>::iterator it = ObjectList<ActionpointController> ::begin(); it; ++it)194 for (ObjectList<ActionpointController>::iterator it = ObjectList<ActionpointController>().begin(); it; ++it) 195 195 { 196 196 //----0ptr or not a leader or dead?----
Note: See TracChangeset
for help on using the changeset viewer.