X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2863d6b0cf0948b014ca5e6ef6f792343dc907f2..146ba0feacf1222ec8a45dfd69dae77b063bf2cf:/docs/latex/wx/array.tex diff --git a/docs/latex/wx/array.tex b/docs/latex/wx/array.tex index 1918006e74..1bb7d0f338 100644 --- a/docs/latex/wx/array.tex +++ b/docs/latex/wx/array.tex @@ -573,7 +573,7 @@ elements of a wxArray (supposed to contain pointers). \membersection{wxArray::RemoveAt}\label{wxarrayremoveat} -\func{\void}{RemoveAt}{\param{size\_t }{index}, \param{size\_t }{count = $1$} +\func{\void}{RemoveAt}{\param{size\_t }{index}, \param{size\_t }{count = $1$}} Removes {\it count} elements starting at {\it index} from the array. When an element is removed from wxObjArray it is deleted by the array - use