]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strtotxt.tex
reSWIGged
[wxWidgets.git] / docs / latex / wx / strtotxt.tex
index 33c051c59334ccefd4c6e78984b710a2d3c90c47..da8433ab9dc7b9bd47544f8d75e31e9913476ad3 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     19.10.01
 %% RCS-ID:      $Id$
 %% Copyright:   (c) 2001 Vadim Zeitlin <vadim@wxwindows.org>
-%% License:     wxWindows license
+%% License:     wxWidgets license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxStreamToTextRedirector}}\label{wxstreamtotextredirector}
@@ -55,7 +55,7 @@ No base class
 
 \membersection{wxStreamToTextRedirector::wxStreamToTextRedirector}\label{wxstreamtotextredirectorctor}
 
-\func{}{wxStreamToTextRedirector}{\param{wxTextCtrl }{*text}, \param{ostream *ostr = NULL}}
+\func{}{wxStreamToTextRedirector}{\param{wxTextCtrl }{*text}, \param{ostream *}{ostr = NULL}}
 
 The constructor starts redirecting output sent to {\it ostr} or {\it cout} for
 the default parameter value to the text control {\it text}.