From: Stefan Csomor Date: Sat, 28 Mar 2009 16:46:34 +0000 (+0000) Subject: bracketing menu code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6c1f25cc9b62ba7a433fcd6ad1ab1f7874f6b53b bracketing menu code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/core/private.h b/include/wx/osx/core/private.h index fa628e7127..5a227e3368 100644 --- a/include/wx/osx/core/private.h +++ b/include/wx/osx/core/private.h @@ -103,6 +103,7 @@ typedef wxMacControl wxWidgetImplType; typedef wxWidgetImpl wxWidgetImplType; #endif +#if wxUSE_MENUS class wxMenuItemImpl : public wxObject { public : @@ -163,7 +164,7 @@ protected : DECLARE_ABSTRACT_CLASS(wxMenuItemImpl) } ; - +#endif class WXDLLIMPEXP_CORE wxWidgetImpl : public wxObject