VirtualBox

Changeset 78826 in vbox for trunk


Ignore:
Timestamp:
May 28, 2019 4:03:53 PM (6 years ago)
Author:
vboxsync
Message:

Main: bugref:6913: Fixed compiler errors

File:
1 edited

Legend:

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

    r78825 r78826  
    845845    if (SUCCEEDED(rc))
    846846    {
    847         for (std::map<com::Guid, DeviceType_T>::const_iterator it = uIdsForNotify.begin();
    848              it != uIdsForNotify.end();
    849              ++it)
     847        for (std::map<com::Guid, DeviceType_T>::const_iterator itItem = uIdsForNotify.begin();
     848             itItem != uIdsForNotify.end();
     849             ++itItem)
    850850        {
    851851            i_onMediumRegistered(it->first, it->second, TRUE);
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