]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textctrl.h
few other fixes for wxChar => wxString
[wxWidgets.git] / interface / wx / textctrl.h
index 2e8f2cd1c649f4b7cfad41d72b1fe4a3eff1fa43..f5f35e670c1f047fcf195432b898f6a21afe915c 100644 (file)
@@ -1636,7 +1636,7 @@ public:
 
     /**
         Sets the new text control value.
 
     /**
         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().
 
         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
     */
         @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
 
     /**
         When a wxStreamToTextRedirector object is destroyed, the redirection is ended