Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
df5168c427
commit
6c44548a8f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user