]> git.saurik.com Git - wxWidgets.git/commitdiff
removed inexisting Index() version
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 Jan 2002 00:35:59 +0000 (00:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 Jan 2002 00:35:59 +0000 (00:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/wxstring.tex

index 7ad9ea73add37ce87517e3aed45932d1529335ff..7f68813c74578995b02fe19af14f5f00fb50f304 100644 (file)
@@ -644,7 +644,7 @@ to put the string back into a reasonable state.
 
 \membersection{wxString::Index}\label{wxstringindex}
 
-\constfunc{size\_t}{Index}{\param{char}{ ch}, \param{int}{ startpos = 0}}
+\constfunc{size\_t}{Index}{\param{char}{ ch}}
 
 Same as \helpref{wxString::Find}{wxstringfind}.