From: Vadim Zeitlin Date: Thu, 25 Mar 1999 15:47:09 +0000 (+0000) Subject: wxUSE_SIZE_T_STRING_OPERATOR fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2804b6d824ff4a1ca7946bc92bb0efdf7daf575c?ds=inline wxUSE_SIZE_T_STRING_OPERATOR fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 */