VirtualBox

Changeset 74906 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Oct 18, 2018 8:11:31 AM (6 years ago)
Author:
vboxsync
Message:

VideoRec/Main: Build fix (no C++11 yet).

File:
1 edited

Legend:

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

    r74904 r74906  
    233233            it->second->Clear();
    234234            delete it->second;
    235             it = Map.erase(it);
     235            Map.erase(it);
     236            it = Map.begin();
    236237        }
    237238
     
    804805                        {
    805806                            videoRecBlockFree(pBlockCommon);
    806                             itBlockCommon = itCommon->second->List.erase(itBlockCommon);
     807                            itCommon->second->List.erase(itBlockCommon);
     808                            itBlockCommon = itCommon->second->List.begin();
    807809                        }
    808810                        else
     
    10531055            }
    10541056
    1055             it = pCtx->vecStreams.erase(it);
     1057            pCtx->vecStreams.erase(it);
     1058            it = pCtx->vecStreams.begin();
    10561059
    10571060            videoRecStreamUnlock(pStream);
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