diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-03-24 23:59:39 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-03-24 23:59:39 +0000 |
commit | 58a0ba451a28497e5b4572a89db4f8f98ee441ee (patch) | |
tree | 4139468b266cdae0a07ae90ed170e15f397b331d /src/string.h | |
parent | 847eff6703ad71eb6c59947a8cf9d6803597c43c (diff) | |
download | libbu++-58a0ba451a28497e5b4572a89db4f8f98ee441ee.tar.gz libbu++-58a0ba451a28497e5b4572a89db4f8f98ee441ee.tar.bz2 libbu++-58a0ba451a28497e5b4572a89db4f8f98ee441ee.tar.xz libbu++-58a0ba451a28497e5b4572a89db4f8f98ee441ee.zip |
This may really screw things up, but the trimBack function made no sense, so
I changed it. We'll have to add back in the other one if anyone needs it.
This will most likely require things to be rebuilt, but they'll complain instead
of mislinking this time :-P
Diffstat (limited to '')
-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 | ||