From: Julian Smart Date: Sun, 11 Sep 2005 18:04:35 +0000 (+0000) Subject: Applied patch [ 1284335 ] doc update for wxString::operator[] X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/41884be320cbf722d812eca46d1f1a81765886b2?ds=inline Applied patch [ 1284335 ] doc update for wxString::operator[] git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index c1bf614b3f..1d2cb5ea2b 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -1168,11 +1168,13 @@ Concatenation in place: the argument is appended to the string. \membersection{wxString::operator []}\label{wxstringoperatorbracket} -\func{char\&}{operator []}{\param{size\_t}{ i}} +\func{wxChar\&}{operator []}{\param{size\_t}{ i}} -\func{char}{operator []}{\param{size\_t}{ i}} +\constfunc{wxChar}{operator []}{\param{size\_t}{ i}} -\func{char}{operator []}{\param{int}{ i}} +\func{wxChar\&}{operator []}{\param{int}{ i}} + +\constfunc{wxChar}{operator []}{\param{int}{ i}} Element extraction.