- Timestamp:
- Jul 12, 2018 9:21:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r70828 r73100 1629 1629 { 1630 1630 RT_NOREF(pvUser); 1631 Property *pProp = RT_FROM_ MEMBER(pStr, struct Property, mStrCore);1631 Property *pProp = RT_FROM_CPP_MEMBER(pStr, struct Property, mStrCore); /* clang objects to offsetof on non-POD.*/ 1632 1632 delete pProp; 1633 1633 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.