Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5845


Ignore:
Timestamp:
Oct 1, 2009, 9:52:39 AM (15 years ago)
Author:
rgrieder
Message:

Build fix (again a problem with temporaries and references, but different).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/core/Game.cc

    r5844 r5845  
    478478
    479479        // Parse elements recursively
    480         parseStates(stateStrings.begin(), this->rootStateNode_);
     480        std::vector<std::pair<std::string, int> >::const_iterator begin = stateStrings.begin();
     481        parseStates(begin, this->rootStateNode_);
    481482    }
    482483
Note: See TracChangeset for help on using the changeset viewer.