X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37f214d588b02079a3ddf64c2e46585ca1657c1b..423a556f53cb2e4caade61d39e0e2105e508eecb:/src/os2/checklst.cpp diff --git a/src/os2/checklst.cpp b/src/os2/checklst.cpp index 654dc3a1fc..e53cf20284 100644 --- a/src/os2/checklst.cpp +++ b/src/os2/checklst.cpp @@ -259,7 +259,13 @@ wxCheckListBox::wxCheckListBox() : wxListBox() wxCheckListBox::wxCheckListBox(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, int nStrings, const wxString choices[], +#if wxUSE_VALIDATORS +# if defined(__VISAGECPP__) + long style, const wxValidator* val, +# else long style, const wxValidator& val, +# endif +#endif const wxString& name) : wxListBox() {