From 86e3e2ed03a4889cf64a9149f1f0f5047a889c56 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 27 Mar 2011 04:27:17 +0000 Subject: I had a useless include and a silly macro defined in the header file of string. --- src/string.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/string.cpp') 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 @@ #include "bu/formatter.h" #include +#define nMinSize (256) + Bu::StringCore::StringCore() : nLength( 0 ), pFirst( NULL ), -- cgit v1.2.3