Changeset 74410 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Sep 21, 2018 3:20:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r74402 r74410 996 996 RTCRestStringEnum(RTCRestStringEnum const &a_rThat) : RTCRestStringEnumBase(a_rThat) { } 997 997 /** Make a clone of this object. */ 998 inline RTCRestStringEnum *clone() const RT_OVERRIDE{ return (RTCRestStringEnum *)baseClone(); }998 inline RTCRestStringEnum *clone() const { return (RTCRestStringEnum *)baseClone(); } 999 999 1000 1000 virtual RTCRestObjectBase *baseClone() const RT_OVERRIDE { return cloneWorker(new (std::nothrow) RTCRestStringEnum()); }
Note:
See TracChangeset
for help on using the changeset viewer.