Changeset 75933 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Dec 4, 2018 2:43:00 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp
r74525 r75933 109 109 pCur->pValue->serializeAsJson(a_rDst); 110 110 } 111 a_rDst.end Array(uOldState);111 a_rDst.endObject(uOldState); 112 112 } 113 113 else
Note:
See TracChangeset
for help on using the changeset viewer.