]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_SIZE_T_STRING_OPERATOR fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Mar 1999 15:47:09 +0000 (15:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Mar 1999 15:47:09 +0000 (15:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup/setup.hin

index 4b23840b6f3950a902f2dfbffbe470b3144b9146..3ae663ed69869037b0f2879d0003cf71e04c20cb 100644 (file)
  * 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                                                             */