X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/466e87bd8c80937ca21e8471dc45ed49480675b6..1663c65500c557d53e94493b7cf59331852c064d:/docs/latex/wx/fileconf.tex?ds=inline diff --git a/docs/latex/wx/fileconf.tex b/docs/latex/wx/fileconf.tex index 0c2003d678..402952cee5 100644 --- a/docs/latex/wx/fileconf.tex +++ b/docs/latex/wx/fileconf.tex @@ -34,7 +34,7 @@ Windows. \membersection{wxFileConfig::wxFileConfig}\label{wxfileconfigctor} -\func{}{wxFileConfig}{\param{wxInputStream\& }{is}, \param{wxMBConv\& }{conv = wxConvUTF8}} +\func{}{wxFileConfig}{\param{wxInputStream\& }{is}, \param{const wxMBConv\& }{conv = wxConvAuto()}} Read the config data from the specified stream instead of the associated file, as usual. @@ -72,7 +72,7 @@ path name. \membersection{wxFileConfig::Save}\label{wxfileconfigsave} -\func{bool}{Save}{\param{wxOutputStream\& }{os}, \param{wxMBConv\& }{conv = wxConvUTF8}} +\func{bool}{Save}{\param{wxOutputStream\& }{os}, \param{const wxMBConv\& }{conv = wxConvAuto()}} Saves all config data to the given stream, returns \true if data was saved successfully or \false on error.