VirtualBox

Changeset 78829 in vbox


Ignore:
Timestamp:
May 28, 2019 4:11:05 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130929
Message:

Main: bugref:6913: Fixed macos compiler errors

File:
1 edited

Legend:

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

    r78825 r78829  
    21842184    Guid snapshotId;
    21852185    std::set<ComObjPtr<Medium> > pMediumsForNotify;
    2186     std::map<Guid, std::pair<DeviceType_T, BOOL>> uIdsForNotify;
     2186    std::map<Guid, std::pair<DeviceType_T, BOOL> > uIdsForNotify;
    21872187
    21882188    try
     
    24532453    {
    24542454        mParent->i_onSnapshotRestored(mData->mUuid, snapshotId);
    2455         for (std::map<Guid, std::pair<DeviceType_T, BOOL>>::const_iterator it = uIdsForNotify.begin();
     2455        for (std::map<Guid, std::pair<DeviceType_T, BOOL> >::const_iterator it = uIdsForNotify.begin();
    24562456             it != uIdsForNotify.end();
    24572457             ++it)
Note: See TracChangeset for help on using the changeset viewer.

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