From ac398c14e979e455766dd53180536b7016adfe69 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 20 Jan 2002 16:12:22 +0000 Subject: [PATCH] preparation for separated menu items git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/menuitem.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/mac/menuitem.h b/include/wx/mac/menuitem.h index e6478ebe7d..6a35c72294 100644 --- a/include/wx/mac/menuitem.h +++ b/include/wx/mac/menuitem.h @@ -76,6 +76,7 @@ public: private: wxBitmap m_bitmap; // Bitmap for menuitem, if any + void* m_menu ; // the appropriate menu , may also be a system menu DECLARE_DYNAMIC_CLASS(wxMenuItem) }; -- 2.50.0