- Timestamp:
- Sep 28, 2018 2:46:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp
r74425 r74525 142 142 /* Call the static deserializeInstanceFromJson method of the value class. */ 143 143 RTCRestObjectBase *pObj = NULL; 144 rc = deserializeValueInstanceFromJson( a_rCursor, &pObj);144 rc = deserializeValueInstanceFromJson(SubCursor, &pObj); 145 145 if (RT_SUCCESS(rc)) 146 146 Assert(pObj);
Note:
See TracChangeset
for help on using the changeset viewer.