VirtualBox

Changeset 16597 in vbox for trunk


Ignore:
Timestamp:
Feb 9, 2009 4:06:07 PM (16 years ago)
Author:
vboxsync
Message:

OVF: this *must* not be a copy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r16587 r16597  
    21702170        return E_INVALIDARG;
    21712171
    2172     list<VirtualSystemDescriptionEntry>::const_iterator it;
     2172    list<VirtualSystemDescriptionEntry>::iterator it;
    21732173    size_t i = 0;
    21742174    for (it = m->descriptions.begin();
     
    21762176         ++it, ++i)
    21772177    {
    2178         VirtualSystemDescriptionEntry vsde = (*it);
     2178        VirtualSystemDescriptionEntry& vsde = *it;
    21792179        vsde.strConfig = values[i];
    21802180    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette