- Timestamp:
- Dec 2, 2015, 11:32:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/module/DynLibManager.cc
r10916 r10917 75 75 { 76 76 // Unload & delete resources in turn 77 for ( auto& mapEntry : mLibList)77 for (const auto& mapEntry : mLibList) 78 78 { 79 79 mapEntry.second->unload();
Note: See TracChangeset
for help on using the changeset viewer.