Changeset 10917 for code/branches/cpp11_v2/src/orxonox/controllers
- Timestamp:
- Dec 2, 2015, 11:32:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/orxonox/controllers/ArtificialController.cc
r10916 r10917 231 231 int ArtificialController::getFiremode(std::string name) 232 232 { 233 for ( auto& mapEntry : this->weaponModes_)233 for (const auto& mapEntry : this->weaponModes_) 234 234 { 235 235 if (mapEntry.first == name)
Note: See TracChangeset
for help on using the changeset viewer.