From: George Tasker Date: Wed, 22 Nov 2000 11:45:41 +0000 (+0000) Subject: Fixed missing Curley Brace X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/35d367d8dd6742bb24ed519622629b89a3e55aaf?ds=inline Fixed missing Curley Brace git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/list.tex b/docs/latex/wx/list.tex index dc6ace118a..25af28bdce 100644 --- a/docs/latex/wx/list.tex +++ b/docs/latex/wx/list.tex @@ -68,7 +68,7 @@ For compatibility with previous versions wxList and wxStringList classes are still defined, but their usage is deprecated and they will disappear in the future versions completely. The use of the latter is especially discouraged as it is not only unsafe but is also much less efficient than -\helpref{wxArrayString|{wxarraystring} class. +\helpref{wxArrayString}{wxarraystring} class. In the documentation of the list classes below, you should replace wxNode with wxListName::Node and wxObject with the list element type (i.e. the first