X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43c48e1e53d74cef62d15f08f015d9efeb45a0c1..12fd0e1d61b9dc33137ddbd09b3d946e66ce82b7:/interface/wx/textctrl.h?ds=inline diff --git a/interface/wx/textctrl.h b/interface/wx/textctrl.h index 2e8f2cd1c6..f5f35e670c 100644 --- a/interface/wx/textctrl.h +++ b/interface/wx/textctrl.h @@ -1636,7 +1636,7 @@ public: /** Sets the new text control value. - + It also marks the control as not-modified which means that IsModified() would return @false immediately after the call to SetValue(). @@ -1771,7 +1771,7 @@ public: @param ostr The C++ stream to redirect, cout is used if it is @NULL */ - wxStreamToTextRedirector(wxTextCtrl text, ostream* ostr = NULL); + wxStreamToTextRedirector(wxTextCtrl *text, ostream* ostr); /** When a wxStreamToTextRedirector object is destroyed, the redirection is ended