From: Vadim Zeitlin Date: Mon, 21 Feb 2005 01:56:35 +0000 (+0000) Subject: declare variable used in source code example (bug 1093638) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aefcdeee3f4ad023530c7e9b3ccf6753dcc7c97d declare variable used in source code example (bug 1093638) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/config.tex b/docs/latex/wx/config.tex index 82e3e7938c..6b0a17449d 100644 --- a/docs/latex/wx/config.tex +++ b/docs/latex/wx/config.tex @@ -199,6 +199,7 @@ explicitly. Having said all this, enumerating the config entries/groups is very simple: \begin{verbatim} + wxConfigBase *config = ...; wxArrayString aNames; // enumeration variables