X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22e90769f8da73d398bd7da83f185263a292972f..b77d96500ac802c84e0416e715c907e34d335632:/include/wx/os2/menuitem.h?ds=sidebyside diff --git a/include/wx/os2/menuitem.h b/include/wx/os2/menuitem.h index 1d6b8879fe..8436d0d006 100644 --- a/include/wx/os2/menuitem.h +++ b/include/wx/os2/menuitem.h @@ -44,7 +44,7 @@ class WXDLLEXPORT wxMenuItem: public wxMenuItemBase public: // ctor & dtor wxMenuItem( wxMenu* pParentMenu = NULL - ,int nId = ID_SEPARATOR + ,int nId = wxID_SEPARATOR ,const wxString& rStrName = "" ,const wxString& rWxHelp = "" ,bool bCheckable = FALSE @@ -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