From 6c1f25cc9b62ba7a433fcd6ad1ab1f7874f6b53b Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 28 Mar 2009 16:46:34 +0000 Subject: [PATCH] bracketing menu code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/core/private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.45.2