]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/srchctrl.h
few other fixes for wxChar => wxString
[wxWidgets.git] / interface / wx / srchctrl.h
index a0ccf7614547f0e20660b0b0be8bac5ef82ba630..eec053b845153e3915a7408491649a43915b83e6 100644 (file)
@@ -87,7 +87,7 @@ public:
         @see wxTextCtrl::Create, wxValidator
     */
     wxSearchCtrl(wxWindow* parent, wxWindowID id,
-                 const wxString& value = "",
+                 const wxString& value = wxEmptyString,
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = 0,