X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..7ddb15416407390de67cc26b04e91ea99a521f57:/include/wx/checklst.h diff --git a/include/wx/checklst.h b/include/wx/checklst.h index f7ec1a8762..80f08b37ec 100644 --- a/include/wx/checklst.h +++ b/include/wx/checklst.h @@ -12,6 +12,8 @@ #ifndef _WX_CHECKLST_H_BASE_ #define _WX_CHECKLST_H_BASE_ +#include "wx/defs.h" + #if wxUSE_CHECKLISTBOX #include "wx/listbox.h" @@ -35,7 +37,9 @@ public: virtual bool IsChecked(unsigned int item) const = 0; virtual void Check(unsigned int item, bool check = true) = 0; - DECLARE_NO_COPY_CLASS(wxCheckListBoxBase) + virtual unsigned int GetCheckedItems(wxArrayInt& checkedItems) const; + + wxDECLARE_NO_COPY_CLASS(wxCheckListBoxBase); }; #if defined(__WXUNIVERSAL__)