]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/menuitem.h
typo in style definition fixed
[wxWidgets.git] / include / wx / mac / menuitem.h
index e6478ebe7df0df7e76e1039084700bfe079205e3..6a35c72294102e29bba6e4e5a3b4e1061a1a7773 100644 (file)
@@ -76,6 +76,7 @@ public:
 
 private:
     wxBitmap  m_bitmap; // Bitmap for menuitem, if any
+    void* m_menu ; // the appropriate menu , may also be a system menu
 
     DECLARE_DYNAMIC_CLASS(wxMenuItem)
 };