VirtualBox

Changeset 73100 in vbox for trunk


Ignore:
Timestamp:
Jul 12, 2018 9:21:03 PM (7 years ago)
Author:
vboxsync
Message:

offset-of cleanup: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestProperties/service.cpp

    r70828 r73100  
    16291629{
    16301630    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.*/
    16321632    delete pProp;
    16331633    return 0;
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