- Timestamp:
- Dec 2, 2015, 11:22:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/class/Identifier.h
r10821 r10916 462 462 463 463 if (updateChildren) 464 for (const auto & elem: this->getChildren())465 (elem)->updateConfigValues(false);464 for (const Identifier* child : this->getChildren()) 465 child->updateConfigValues(false); 466 466 } 467 467
Note: See TracChangeset
for help on using the changeset viewer.