VirtualBox

Changeset 71637 in vbox


Ignore:
Timestamp:
Apr 3, 2018 6:45:47 PM (7 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp

    r71635 r71637  
    234234    LogFlowThisFunc(("Removing session (ID=%RU32) ...\n", uSessionID));
    235235
    236     GuestSessions::const_iterator itSessions = mData.mGuestSessions.find(uSessionID);
     236    GuestSessions::iterator itSessions = mData.mGuestSessions.find(uSessionID);
    237237    if (itSessions == mData.mGuestSessions.end())
    238238        return VERR_NOT_FOUND;
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