]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 1284335 ] doc update for wxString::operator[]
authorJulian Smart <julian@anthemion.co.uk>
Sun, 11 Sep 2005 18:04:35 +0000 (18:04 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 11 Sep 2005 18:04:35 +0000 (18:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/wxstring.tex

index c1bf614b3f8a885e331b52df9081972e0cec8409..1d2cb5ea2bc27ae7d7615243462d484c109f2f60 100644 (file)
@@ -1168,11 +1168,13 @@ Concatenation in place: the argument is appended to the string.
 
 \membersection{wxString::operator []}\label{wxstringoperatorbracket}
 
 
 \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.
 
 
 Element extraction.