X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a236aa2058ccf3d36e9cafc20fa7375080c4be50..a4e3249255361245b5a4bc746e40374f2186439e:/include/wx/msw/wince/checklst.h diff --git a/include/wx/msw/wince/checklst.h b/include/wx/msw/wince/checklst.h index 42cc6475db..896a30bdad 100644 --- a/include/wx/msw/wince/checklst.h +++ b/include/wx/msw/wince/checklst.h @@ -12,7 +12,7 @@ #ifndef __CHECKLSTCE__H_ #define __CHECKLSTCE__H_ -class WXDLLEXPORT wxCheckListBox : public wxCheckListBoxBase +class WXDLLIMPEXP_CORE wxCheckListBox : public wxCheckListBoxBase { public: // ctors @@ -49,15 +49,13 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr); - // override base class virtuals - virtual void DoDeleteOneItem(unsigned int n); - // items may be checked virtual bool IsChecked(unsigned int uiIndex) const; virtual void Check(unsigned int uiIndex, bool bCheck = true); // public interface derived from wxListBox and lower classes - virtual void Clear(); + virtual void DoClear(); + virtual void DoDeleteOneItem(unsigned int n); virtual unsigned int GetCount() const; virtual int GetSelection() const; virtual int GetSelections(wxArrayInt& aSelections) const;