X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4676948b6814c97b93c431a8cbcd8c0352c87ba9..e2b6d07d7afcbb773c29bee419bc44b1987fac69:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index 37bda6581e..964324306b 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -1763,10 +1763,10 @@ wxString& wxString::replace(size_t nStart, size_t nLen, // ArrayString // ============================================================================ -#if !wxUSE_STL - #include "wx/arrstr.h" +#if !wxUSE_STL + // size increment = min(50% of current size, ARRAY_MAXSIZE_INCREMENT) #define ARRAY_MAXSIZE_INCREMENT 4096