]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/array.tex
corrected initialization order of MLTE
[wxWidgets.git] / docs / latex / wx / array.tex
index 1918006e7478ebfeac7c1a7011b5ef294a5d5bf9..1bb7d0f338e90fa078b4d8494c3b3eea00ac2ae4 100644 (file)
@@ -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