Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2015, 11:32:08 PM (9 years ago)
Author:
landauf
Message:

made mapEntry const& wherever possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/src/libraries/core/input/InputManager.cc

    r10916 r10917  
    373373        // check whether a state has changed its EMPTY situation
    374374        bool bUpdateRequired = false;
    375         for (auto& mapEntry : activeStates_)
     375        for (const auto& mapEntry : activeStates_)
    376376        {
    377377            if (mapEntry.second->hasExpired())
Note: See TracChangeset for help on using the changeset viewer.