diff options
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 ), |