From 2804b6d824ff4a1ca7946bc92bb0efdf7daf575c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 25 Mar 1999 15:47:09 +0000 Subject: [PATCH] wxUSE_SIZE_T_STRING_OPERATOR fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup/setup.hin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup.hin b/setup/setup.hin index 4b23840b6f..3ae663ed69 100644 --- a/setup/setup.hin +++ b/setup/setup.hin @@ -177,7 +177,7 @@ * to define both size_t and int version of wxString::operator[] because it * should really be size_t, but a lot of old, broken code uses int indices. */ -#define wxUSE_SIZE_T_STRING_OPERATOR 1 +#define wxUSE_SIZE_T_STRING_OPERATOR 0 /* ------------------------------------------------------------------------ */ /* misc options */