X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57c4d796c56bd48ce370240107f3e4c07e142985..8cb9f0d0f82650b707adc39823a73531d080ffec:/include/wx/os2/checklst.h diff --git a/include/wx/os2/checklst.h b/include/wx/os2/checklst.h index 59a7951d67..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 @@ -32,11 +34,7 @@ public: const wxString choices[] = NULL, long style = 0, #if wxUSE_VALIDATORS -# if defined(__VISAGECPP__) - const wxValidator* validator = wxDefaultValidator, -# else const wxValidator& validator = wxDefaultValidator, -# endif #endif const wxString& name = wxListBoxNameStr);