From: Vadim Zeitlin Date: Sat, 28 Jul 2007 12:04:39 +0000 (+0000) Subject: escape underscores X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7e57f04a1731a9c2cb199a5c0d8ab7fab1afdc65 escape underscores git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/list.tex b/docs/latex/wx/list.tex index 3db64cfdd9..0bdd239cc5 100644 --- a/docs/latex/wx/list.tex +++ b/docs/latex/wx/list.tex @@ -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 will actually derive from std::list and just add a legacy compatibility layer for the old wxList class. @@ -100,7 +100,7 @@ it is not only unsafe but is also much less efficient than \func{}{wxList}{\void} -\func{}{wxList}{\param{size_t}{ count}, \param{T *}{elements[]}} +\func{}{wxList}{\param{size\_t}{ count}, \param{T *}{elements[]}} Constructors.