X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57493f9f852d91a5750b4a68053a465f421e12be..7491d644e6103afc2a69b750ca255218181b63a3:/include/wx/string.h?ds=sidebyside diff --git a/include/wx/string.h b/include/wx/string.h index 97e65cc941..50f9fbf4a1 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -323,7 +323,7 @@ public: // under Unix it is tested with configure, assume it works on other // platforms (there might be overloading problems if size_t and int are // the same type) -#if !defined(__UNIX__) || defined(wxUSE_SIZE_T_STRING_OPERATOR) +#if !defined(__UNIX__) || wxUSE_SIZE_T_STRING_OPERATOR // operator version of GetChar char operator[](size_t n) const { ASSERT_VALID_INDEX( n ); return m_pchData[n]; }