VirtualBox

Changeset 74410 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Sep 21, 2018 3:20:18 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Fixed RTCRestStringEnum::clone override. bugref:9167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/restbase.h

    r74402 r74410  
    996996    RTCRestStringEnum(RTCRestStringEnum const &a_rThat) : RTCRestStringEnumBase(a_rThat) { }
    997997    /** Make a clone of this object. */
    998     inline RTCRestStringEnum *clone() const RT_OVERRIDE { return (RTCRestStringEnum *)baseClone(); }
     998    inline RTCRestStringEnum *clone() const { return (RTCRestStringEnum *)baseClone(); }
    999999
    10001000    virtual RTCRestObjectBase *baseClone() const RT_OVERRIDE { return cloneWorker(new (std::nothrow) RTCRestStringEnum()); }
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