X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37f214d588b02079a3ddf64c2e46585ca1657c1b..d062e17fca1a1fc0b82b269da4a7ad271075ba2b:/include/wx/os2/checklst.h?ds=sidebyside diff --git a/include/wx/os2/checklst.h b/include/wx/os2/checklst.h index 8daaf42fc8..f669ef3cb1 100644 --- a/include/wx/os2/checklst.h +++ b/include/wx/os2/checklst.h @@ -17,6 +17,8 @@ #include "wx/setup.h" +class wxOwnerDrawn; // so the compiler knows, it is a class. + class wxCheckListBoxItem; // fwd decl, define in checklst.cpp class WXDLLEXPORT wxCheckListBox : public wxListBox @@ -31,7 +33,9 @@ public: int nStrings = 0, const wxString choices[] = NULL, long style = 0, +#if wxUSE_VALIDATORS const wxValidator& validator = wxDefaultValidator, +#endif const wxString& name = wxListBoxNameStr); // override base class virtuals