Changeset 1543 for code/trunk/src/core/ConfigFileManager.cc
- Timestamp:
- Jun 5, 2008, 2:18:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/ConfigFileManager.cc
r1505 r1543 529 529 for (std::map<std::string, Identifier*>::const_iterator it = Identifier::getIdentifierMapBegin(); it != Identifier::getIdentifierMapEnd(); ++it) 530 530 { 531 if ((*it).second->hasConfigValues() /* && (*it).second != Class Manager<KeyBinder>::getIdentifier()*/)531 if ((*it).second->hasConfigValues() /* && (*it).second != ClassIdentifier<KeyBinder>::getIdentifier()*/) 532 532 { 533 533 for (std::map<std::string, ConfigValueContainer*>::const_iterator it2 = (*it).second->getConfigValueMapBegin(); it2 != (*it).second->getConfigValueMapEnd(); ++it2)
Note: See TracChangeset
for help on using the changeset viewer.