- Timestamp:
- Jul 26, 2017 2:37:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/ministring.h
r68123 r68124 465 465 * @returns Reference to the object. 466 466 */ 467 RTCString &operator+=(const RTCString & that)468 { 469 return append( that);467 RTCString &operator+=(const RTCString &rThat) 468 { 469 return append(rThat); 470 470 } 471 471
Note:
See TracChangeset
for help on using the changeset viewer.