X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..43ff861df48f0837dac98005dd397c5f127ca136:/include/wx/osx/menuitem.h?ds=sidebyside diff --git a/include/wx/osx/menuitem.h b/include/wx/osx/menuitem.h index 3e7c246bf7..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,7 +74,6 @@ 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;