X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3b9f782ef3949f583e8ac53795d36787f044fc3..f5fac4471b361f54ae6a09f6047ae4dbe30fcb86:/include/wx/osx/menuitem.h?ds=sidebyside diff --git a/include/wx/osx/menuitem.h b/include/wx/osx/menuitem.h index 8e9e82da31..e4f53c86e8 100644 --- a/include/wx/osx/menuitem.h +++ b/include/wx/osx/menuitem.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: wx/mac/carbon/menuitem.h +// Name: wx/osx/menuitem.h // Purpose: wxMenuItem class // Author: Vadim Zeitlin // Modified by: @@ -74,8 +74,7 @@ private: bool m_isRadioGroupStart; wxBitmap m_bitmap; // Bitmap for menuitem, if any - void* m_menu ; // the appropriate menu , may also be a system menu - + wxMenuItemImpl* m_peer; DECLARE_DYNAMIC_CLASS(wxMenuItem)