X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/808260ec3235941ec45f50baca8dbf3655498f24..9c97f8ea883afa5db14c37bea63f6d4c327b4596:/include/wx/menuitem.h diff --git a/include/wx/menuitem.h b/include/wx/menuitem.h index 55a6a3172f..f8cf44752a 100644 --- a/include/wx/menuitem.h +++ b/include/wx/menuitem.h @@ -145,7 +145,7 @@ public: } protected: - int m_id; // numeric id of the item >= 0 or wxID_ANY or wxID_SEPARATOR + wxWindowIDRef m_id; // numeric id of the item >= 0 or wxID_ANY or wxID_SEPARATOR wxMenu *m_parentMenu, // the menu we belong to *m_subMenu; // our sub menu or NULL wxString m_text, // label of the item