- Timestamp:
- Aug 6, 2007 1:28:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Collection.h
r4039 r4044 217 217 { 218 218 // create a copy of the map 219 for ( std::map <Key, CollItem>::const_iterator it = m.begin();219 for (typename std::map <Key, CollItem>::const_iterator it = m.begin(); 220 220 it != m.end(); ++ it) 221 221 vec.push_back (it->second);
Note:
See TracChangeset
for help on using the changeset viewer.