VirtualBox

Changeset 73951 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Aug 29, 2018 1:26:44 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Basic string map implementation, sans enumeration. bugref:9167 [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp

    r73949 r73951  
    262262    clear();
    263263
    264     MapEntry const * pCur;
    265     RTListForEachCpp(&m_ListHead, pCur, MapEntry, ListEntry)
     264    MapEntry const *pCur;
     265    RTListForEachCpp(&a_rThat.m_ListHead, pCur, MapEntry, ListEntry)
    266266    {
    267267        int rc = putCopyWorker(pCur->strKey.c_str(), *pCur->pValue, true /*a_fReplace*/);
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