From: Julian Smart Date: Thu, 17 Dec 1998 18:19:51 +0000 (+0000) Subject: Bother, had to revert it since it caused more ambiguities. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/34b5942848471d5d829f1200a157da671f0dfe44 Bother, had to revert it since it caused more ambiguities. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/string.h b/include/wx/string.h index 4c1ef6f8ae..9da3fb59f6 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -305,13 +305,11 @@ public: // on alpha-linux this gives overload problems: // Also on Solaris, so removing for now (JACS) -/* #if ! defined(__ALPHA__) /// operator version of GetChar char operator[](size_t n) const { ASSERT_VALID_INDEX( n ); return m_pchData[n]; } #endif -*/ /// operator version of GetChar char operator[](int n) const