- Timestamp:
- Dec 2, 2015, 11:32:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/input/InputManager.cc
r10916 r10917 373 373 // check whether a state has changed its EMPTY situation 374 374 bool bUpdateRequired = false; 375 for ( auto& mapEntry : activeStates_)375 for (const auto& mapEntry : activeStates_) 376 376 { 377 377 if (mapEntry.second->hasExpired())
Note: See TracChangeset
for help on using the changeset viewer.