diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-03-27 04:27:17 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-03-27 04:27:17 +0000 |
commit | 86e3e2ed03a4889cf64a9149f1f0f5047a889c56 (patch) | |
tree | ecb8f0a58b879496fcf406a6d066b8d2b0d4ebde /src/string.cpp | |
parent | 58a0ba451a28497e5b4572a89db4f8f98ee441ee (diff) | |
download | libbu++-86e3e2ed03a4889cf64a9149f1f0f5047a889c56.tar.gz libbu++-86e3e2ed03a4889cf64a9149f1f0f5047a889c56.tar.bz2 libbu++-86e3e2ed03a4889cf64a9149f1f0f5047a889c56.tar.xz libbu++-86e3e2ed03a4889cf64a9149f1f0f5047a889c56.zip |
I had a useless include and a silly macro defined in the header file of string.
Diffstat (limited to 'src/string.cpp')
-rw-r--r-- | src/string.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string.cpp b/src/string.cpp index 9cf3ffc..957d52d 100644 --- a/src/string.cpp +++ b/src/string.cpp | |||
@@ -14,6 +14,8 @@ | |||
14 | #include "bu/formatter.h" | 14 | #include "bu/formatter.h" |
15 | #include <stdlib.h> | 15 | #include <stdlib.h> |
16 | 16 | ||
17 | #define nMinSize (256) | ||
18 | |||
17 | Bu::StringCore::StringCore() : | 19 | Bu::StringCore::StringCore() : |
18 | nLength( 0 ), | 20 | nLength( 0 ), |
19 | pFirst( NULL ), | 21 | pFirst( NULL ), |