]> git.saurik.com Git - wxWidgets.git/commitdiff
Index() is const (patch 1513451)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Jul 2006 01:28:35 +0000 (01:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Jul 2006 01:28:35 +0000 (01:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/array.tex

index 91792f981da9091a4d41ccfab668bd694f805e60..abbe0ff817cd12147b62f042ecd6b5213877946d 100644 (file)
@@ -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.