diff options
Diffstat (limited to 'src/fstring.h')
| -rw-r--r-- | src/fstring.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fstring.h b/src/fstring.h index 91251bc..5c70919 100644 --- a/src/fstring.h +++ b/src/fstring.h | |||
| @@ -516,6 +516,13 @@ namespace Bu | |||
| 516 | return ret; | 516 | return ret; |
| 517 | } | 517 | } |
| 518 | 518 | ||
| 519 | MyType operator +( chr *pRight ) | ||
| 520 | { | ||
| 521 | MyType ret( *this ); | ||
| 522 | ret.append( pRight ); | ||
| 523 | return ret; | ||
| 524 | } | ||
| 525 | |||
| 519 | /** | 526 | /** |
| 520 | * Reset your FString to this character array. | 527 | * Reset your FString to this character array. |
| 521 | *@param pData (const chr *) The character array to set your FString to. | 528 | *@param pData (const chr *) The character array to set your FString to. |
