Changeset 10917 for code/branches/cpp11_v2/src/modules/pickup
- Timestamp:
- Dec 2, 2015, 11:32:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/modules/pickup/PickupManager.cc
r10916 r10917 91 91 92 92 // Destroying all the PickupInventoryContainers that are still there. 93 for( auto& mapEntry : this->pickupInventoryContainers_)93 for(const auto& mapEntry : this->pickupInventoryContainers_) 94 94 delete mapEntry.second; 95 95 this->pickupInventoryContainers_.clear();
Note: See TracChangeset
for help on using the changeset viewer.