X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2863d6b0cf0948b014ca5e6ef6f792343dc907f2..30acf700f91bc40b1549d71c9fc0186ce4f1cafd:/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