X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d3820b348955b748fa0ab3076f4ed9763ce4bee..a02eb1d2b649744b7ed8e8141f134e9337c8eaf1:/include/wx/msw/checklst.h diff --git a/include/wx/msw/checklst.h b/include/wx/msw/checklst.h index 71dc955261..51bd9f0a77 100644 --- a/include/wx/msw/checklst.h +++ b/include/wx/msw/checklst.h @@ -30,12 +30,12 @@ class wxCheckListBox : public wxListBox public: // ctors wxCheckListBox(); - wxCheckListBox(wxWindow *parent, const wxWindowID id, + wxCheckListBox(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - const int nStrings = 0, + int nStrings = 0, const wxString choices[] = NULL, - const long style = 0, + long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr); // const wxFont& font = wxNullFont);