friend class fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2001-07-31 22:36:00 +00:00
parent c7e9e7584f
commit 3d474bbc2a

View File

@ -142,11 +142,7 @@ private:
#endif // wxUSE_ACCEL
// it calls out OnDismiss()
#ifdef __WXMAC__
friend class wxPopupMenuWindow;
#else
friend wxPopupMenuWindow;
#endif
DECLARE_DYNAMIC_CLASS(wxMenu)
};