- Timestamp:
- Feb 9, 2009 4:06:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r16587 r16597 2170 2170 return E_INVALIDARG; 2171 2171 2172 list<VirtualSystemDescriptionEntry>:: const_iterator it;2172 list<VirtualSystemDescriptionEntry>::iterator it; 2173 2173 size_t i = 0; 2174 2174 for (it = m->descriptions.begin(); … … 2176 2176 ++it, ++i) 2177 2177 { 2178 VirtualSystemDescriptionEntry vsde = (*it);2178 VirtualSystemDescriptionEntry& vsde = *it; 2179 2179 vsde.strConfig = values[i]; 2180 2180 }
Note:
See TracChangeset
for help on using the changeset viewer.