]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/list.tex
fix ReceiveTimeout() reference
[wxWidgets.git] / docs / latex / wx / list.tex
index cb54ec86cfdb1bbb50abd50586d677769243e0b7..2d49800cafa23b28fe80f51b09ea21111ca46d20 100644 (file)
@@ -127,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}
 
@@ -194,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}}