Changeset 73951 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 29, 2018 1:26:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp
r73949 r73951 262 262 clear(); 263 263 264 MapEntry const * 265 RTListForEachCpp(& m_ListHead, pCur, MapEntry, ListEntry)264 MapEntry const *pCur; 265 RTListForEachCpp(&a_rThat.m_ListHead, pCur, MapEntry, ListEntry) 266 266 { 267 267 int rc = putCopyWorker(pCur->strKey.c_str(), *pCur->pValue, true /*a_fReplace*/);
Note:
See TracChangeset
for help on using the changeset viewer.