]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/list.tex
Typo fix
[wxWidgets.git] / docs / latex / wx / list.tex
index 3db64cfdd93e8cb3d3530a7d03ee3f6cd551d3e9..50482dd315765241d9315114cea8432a8f3c2393 100644 (file)
@@ -27,7 +27,7 @@ information on how to use the class. Below we documented the legacy
 API that originated from the old wxList class and which can still 
 be used alternatively for the the same class.
 
-Note that if you compile wxWidgets in STL mode (wxUSE_STL defined as 1) 
+Note that if you compile wxWidgets in STL mode (wxUSE\_STL defined as 1) 
 then wxList<T> will actually derive from std::list and just add a legacy 
 compatibility layer for the old wxList class.
 
@@ -90,6 +90,10 @@ it is not only unsafe but is also much less efficient than
 
 <wx/list.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxArray}{wxarray}
@@ -100,7 +104,7 @@ it is not only unsafe but is also much less efficient than
 
 \func{}{wxList<T>}{\void}
 
-\func{}{wxList<T>}{\param{size_t}{ count}, \param{T *}{elements[]}}
+\func{}{wxList<T>}{\param{size\_t}{ count}, \param{T *}{elements[]}}
 
 Constructors.