Changeset 36659 in vbox
- Timestamp:
- Apr 12, 2011 3:53:44 PM (14 years ago)
- Location:
- trunk/include/VBox/com
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/list.h
r36656 r36659 128 128 operator const RTCList<RTCString, RTCString*>&() 129 129 { 130 return static_cast<const RTCList<RTCString, RTCString*>&>(*this);130 return *reinterpret_cast<RTCList<RTCString, RTCString*> *>(this); 131 131 } 132 132 -
trunk/include/VBox/com/mtlist.h
r36656 r36659 128 128 operator const RTCMTList<RTCString, RTCString*>&() 129 129 { 130 return static_cast<const RTCList<RTCString, RTCString*>&>(*this);130 return *reinterpret_cast<RTCMTList<RTCString, RTCString*> *>(this); 131 131 } 132 132
Note:
See TracChangeset
for help on using the changeset viewer.