Compilation fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-07-08 20:25:26 +00:00
parent df5168c427
commit 6c44548a8f

View File

@ -1755,6 +1755,8 @@ wxString& wxString::replace(size_t nStart, size_t nLen,
#if !wxUSE_STL
#include "wx/arrstr.h"
// size increment = min(50% of current size, ARRAY_MAXSIZE_INCREMENT)
#define ARRAY_MAXSIZE_INCREMENT 4096