diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fstring.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fstring.h b/src/fstring.h index f06c362..1e1fc02 100644 --- a/src/fstring.h +++ b/src/fstring.h | |||
@@ -478,13 +478,14 @@ namespace Bu | |||
478 | 478 | ||
479 | return pFirst->pData[nIndex]; | 479 | return pFirst->pData[nIndex]; |
480 | } | 480 | } |
481 | 481 | /* | |
482 | operator const chr *() const | 482 | operator const chr *() const |
483 | { | 483 | { |
484 | if( !pFirst ) return NULL; | 484 | if( !pFirst ) return NULL; |
485 | flatten(); | 485 | flatten(); |
486 | return pFirst->pData; | 486 | return pFirst->pData; |
487 | } | 487 | } |
488 | */ | ||
488 | 489 | ||
489 | operator bool() const | 490 | operator bool() const |
490 | { | 491 | { |