X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52af3158e974b042008474268570f3bdb7ce95ee..916989dfb95b7e4a72234d946b8e078235046e05:/include/wx/mac/carbon/menuitem.h diff --git a/include/wx/mac/carbon/menuitem.h b/include/wx/mac/carbon/menuitem.h index a5b087cb5a..cae5583583 100644 --- a/include/wx/mac/carbon/menuitem.h +++ b/include/wx/mac/carbon/menuitem.h @@ -22,7 +22,7 @@ // ---------------------------------------------------------------------------- // wxMenuItem: an item in the menu, optionally implements owner-drawn behaviour // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxMenuItem: public wxMenuItemBase +class WXDLLIMPEXP_CORE wxMenuItem: public wxMenuItemBase { public: // ctor & dtor @@ -54,6 +54,8 @@ public: void SetRadioGroupEnd(int end); private: + void DoUpdateItemBitmap( WXHMENU menu, wxUint16 index) ; + void UncheckRadio() ; // the positions of the first and last items of the radio group this item