removed inexisting Index() version

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-25 00:35:59 +00:00
parent 01357b50cd
commit 5ef056a333

View 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}.