- Timestamp:
- Dec 5, 2015, 10:47:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/class/Identifier.h
r10918 r10919 458 458 return; 459 459 460 for ( ObjectListIterator<T> it = ObjectList<T>::begin(); it; ++it)461 this->setConfigValues( *it, *it);460 for (T* object : ObjectList<T>()) 461 this->setConfigValues(object, object); 462 462 463 463 if (updateChildren)
Note: See TracChangeset
for help on using the changeset viewer.