VirtualBox

Changeset 68124 in vbox for trunk


Ignore:
Timestamp:
Jul 26, 2017 2:37:18 PM (7 years ago)
Author:
vboxsync
Message:

RTCString: Added assign() methods.

File:
1 edited

Legend:

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

    r68123 r68124  
    465465     * @returns Reference to the object.
    466466     */
    467     RTCString &operator+=(const RTCString &that)
    468     {
    469         return append(that);
     467    RTCString &operator+=(const RTCString &rThat)
     468    {
     469        return append(rThat);
    470470    }
    471471
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