diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index 2cec68cba4..5b825d8021 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -1565,10 +1565,10 @@ public: @see Create(), wxValidator */ - wxListView(wxWindow* parent, wxWindowID id, + wxListView(wxWindow* parent, wxWindowID winid = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long style = wxLC_ICON, + long style = wxLC_REPORT, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListCtrlNameStr);