X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e766c8a9ad51ecf73e8f1641992f1007ee9e5e0a..aba4387c4c71fb812c6a07a7abb495606c5ef4af:/include/wx/univ/menu.h?ds=sidebyside diff --git a/include/wx/univ/menu.h b/include/wx/univ/menu.h index c8f14231eb..1e75af0763 100644 --- a/include/wx/univ/menu.h +++ b/include/wx/univ/menu.h @@ -278,11 +278,7 @@ private: bool m_shouldShowMenu; // it calls out ProcessMouseEvent() -#ifdef __WXMAC__ friend class wxPopupMenuWindow; -#else - friend wxPopupMenuWindow; -#endif DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxMenuBar)