]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/menuitem.h
Small oops in redrawing code.
[wxWidgets.git] / include / wx / os2 / menuitem.h
index 1d6b8879fe9dd521d5ec2f0fd16df5ddbd76f25e..4e36724c7e78cb10c880014ca97f263bc47d6f52 100644 (file)
@@ -73,6 +73,11 @@ public:
     // menu handle depending on what we're
     int GetRealId(void) const;
 
+    //
+    // All OS/2PM Submenus and menus have one of these
+    //
+    MENUITEM                        m_vMenuData;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxMenuItem)
 }; // end of CLASS wxMenuItem