Changeset 6422 for code/trunk/src/libraries/core/DynLibManager.cc
- Timestamp:
- Dec 26, 2009, 11:18:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/DynLibManager.cc
r6073 r6422 75 75 { 76 76 // Unload & delete resources in turn 77 for ( DynLibList::iterator it = mLibList.begin(); it != mLibList.end(); ++it)77 for (DynLibList::iterator it = mLibList.begin(); it != mLibList.end(); ++it) 78 78 { 79 79 it->second->unload();
Note: See TracChangeset
for help on using the changeset viewer.