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