]> git.saurik.com Git - wxWidgets.git/commitdiff
bracketing menu code
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 28 Mar 2009 16:46:34 +0000 (16:46 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 28 Mar 2009 16:46:34 +0000 (16:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/core/private.h

index fa628e7127cf048bbda7b7b18d1e3d25c14a278b..5a227e33683595a9e8e6b61133e1e036a1f8927c 100644 (file)
@@ -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