]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectrl.h
unused parameter warnings suppressed
[wxWidgets.git] / include / wx / generic / treectrl.h
index 92a3cc5dbbe0f2477a53d55444ec2a5ad3066ee4..1a42b69ef290216a2e39aaa67c034b139fcf31a3 100644 (file)
@@ -179,10 +179,10 @@ class WXDLLEXPORT wxTreeTextCtrl: public wxTextCtrl
     wxTreeTextCtrl(void) {};
     wxTreeTextCtrl( wxWindow *parent, const wxWindowID id,
                     bool *accept, wxString *res, wxTreeCtrl *owner,
-                    const wxString &value = "",
+                    const wxString &value = wxEmptyString,
                     const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize,
                     int style = 0, const wxValidator& validator = wxDefaultValidator,
-                    const wxString &name = "wxTreeTextCtrlText" );
+                    const wxString &name = wxTextCtrlNameStr );
     void OnChar( wxKeyEvent &event );
     void OnKillFocus( wxFocusEvent &event );