X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5dafb071ba85e7329aa4a0ac176f3ec8e13e55dc..6e65f80be5dfcc75bd520fc320d3389e4559bccf:/docs/latex/wx/array.tex diff --git a/docs/latex/wx/array.tex b/docs/latex/wx/array.tex index e4415b39c6..9fa90ec11e 100644 --- a/docs/latex/wx/array.tex +++ b/docs/latex/wx/array.tex @@ -493,7 +493,8 @@ append a lot of items. Preallocates memory for a given number of array elements. It is worth calling when the number of items which are going to be added to the array is known in advance because it will save unneeded memory reallocation. If the array already -has enough memory for the given number of items, nothing happens. +has enough memory for the given number of items, nothing happens. In any case, +the existing contents of the array is not modified. \membersection{wxArray::Clear}\label{wxarrayclear}