From 897938680663f2424cc1bb073b104e3ef2353e8f Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 20 Dec 2002 14:09:39 +0000 Subject: [PATCH] added m_invokingWindow to wxMenuBar on wxMac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/menu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/mac/menu.h b/include/wx/mac/menu.h index 6c39c96fc0..ea6b3f3e8c 100644 --- a/include/wx/mac/menu.h +++ b/include/wx/mac/menu.h @@ -185,6 +185,7 @@ public: protected: // common part of all ctors void Init(); + wxWindow *m_invokingWindow; #if WXWIN_COMPATIBILITY wxEvtHandler *m_eventHandler;