X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d9d249be4bae53dd16f0a8ac044914c1410c90c..a1a77e0c4b7bb9c4afc2acc3b9fd6f8e27baddc1:/docs/latex/wx/array.tex diff --git a/docs/latex/wx/array.tex b/docs/latex/wx/array.tex index 91792f981d..abbe0ff817 100644 --- a/docs/latex/wx/array.tex +++ b/docs/latex/wx/array.tex @@ -534,9 +534,9 @@ Return the number of items in the array. \membersection{wxArray::Index}\label{wxarrayindex} -\func{int}{Index}{\param{T\& }{item}, \param{bool }{searchFromEnd = false}} +\constfunc{int}{Index}{\param{T\& }{item}, \param{bool }{searchFromEnd = false}} -\func{int}{Index}{\param{T\& }{item}} +\constfunc{int}{Index}{\param{T\& }{item}} The first version of the function is for wxArray and wxObjArray, the second is for wxSortedArray only.