X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a236aa2058ccf3d36e9cafc20fa7375080c4be50..d0f063020e6fb1b1a660952d0844071e0df24324:/include/wx/os2/checklst.h diff --git a/include/wx/os2/checklst.h b/include/wx/os2/checklst.h index db4f841bc6..3c8773e99d 100644 --- a/include/wx/os2/checklst.h +++ b/include/wx/os2/checklst.h @@ -19,7 +19,7 @@ class wxOwnerDrawn; // so the compiler knows, it is a class. -class WXDLLEXPORT wxCheckListBox : public wxCheckListBoxBase +class WXDLLIMPEXP_CORE wxCheckListBox : public wxCheckListBoxBase { public: // @@ -72,10 +72,6 @@ protected: virtual wxOwnerDrawn* CreateItem(size_t n); virtual long OS2OnMeasure(WXMEASUREITEMSTRUCT* pItem); - virtual int DoInsertItems(const wxArrayStringsAdapter & items, - unsigned int pos, - void **clientData, wxClientDataType type); - // // Pressing space or clicking the check box toggles the item //