]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
Bother, had to revert it since it caused more ambiguities.
[wxWidgets.git] / include / wx / string.h
index 4c1ef6f8ae1b9008108baaf06d5ef6dc9462cd5b..9da3fb59f6060070436cfeb314974b37b2488bba 100644 (file)
@@ -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