]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/list.tex
escape underscores introduced by the last change
[wxWidgets.git] / docs / latex / wx / list.tex
index 6eeecb52c37ad5b360c03f2ff3cda2531ad77a65..2d49800cafa23b28fe80f51b09ea21111ca46d20 100644 (file)
@@ -101,7 +101,8 @@ it is not only unsafe but is also much less efficient than
 
 \wxheading{See also}
 
-\helpref{wxArray}{wxarray}
+\helpref{wxArray<T>}{wxarray},
+\helpref{wxVector<T>}{wxvector}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
@@ -126,7 +127,7 @@ unless you called DeleteContents({\tt true} ).
 
 Appends the pointer to \rtfsp{\it object} to the list.
 
-\membersection{wxList<T>::Clear}\label{wxlistclear}
+\membersection{wxList<T>::Clear}\label{wxlistclear1}
 
 \func{void}{Clear}{\void}
 
@@ -193,7 +194,7 @@ Returns the last iterator in the list (NULL if the list is empty).
 Returns the index of {\it obj} within the list or {\tt wxNOT\_FOUND} if
 {\it obj} is not found in the list.
 
-\membersection{wxList<T>::Insert}\label{wxlistinsert}
+\membersection{wxList<T>::Insert}\label{wxlistinsert1}
 
 \func{wxList<T>::compatibility\_iterator}{Insert}{\param{T *}{object}}