diff options
Diffstat (limited to 'src/string.h')
-rw-r--r-- | src/string.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/string.h b/src/string.h index 59a2cd1..71798db 100644 --- a/src/string.h +++ b/src/string.h | |||
@@ -923,7 +923,8 @@ namespace Bu | |||
923 | */ | 923 | */ |
924 | void trimFront( long nAmnt ); | 924 | void trimFront( long nAmnt ); |
925 | 925 | ||
926 | void trimBack( char c ); | 926 | // void trimBack( char c ); |
927 | void trimBack( long iAmnt ); | ||
927 | 928 | ||
928 | iterator begin(); | 929 | iterator begin(); |
929 | 930 | ||