VirtualBox

Changeset 35983 in vbox


Ignore:
Timestamp:
Feb 15, 2011 4:12:09 PM (14 years ago)
Author:
vboxsync
Message:

Main: fix warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r35982 r35983  
    31533153            if (fRecurse)
    31543154            {
    3155                 for (MediaList::iterator it = m->llChildren.begin();
    3156                      it != m->llChildren.end();
    3157                      ++it)
     3155                for (MediaList::iterator it2 = m->llChildren.begin();
     3156                     it2 != m->llChildren.end();
     3157                     ++it2)
    31583158                {
    3159                     Medium *pChild = *it;
     3159                    Medium *pChild = *it2;
    31603160                    pChild->removeRegistry(id, true);
    31613161                }
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