X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e282d337fd4e79544fba664803163b4e2850e19..d062e17fca1a1fc0b82b269da4a7ad271075ba2b:/include/wx/os2/menuitem.h diff --git a/include/wx/os2/menuitem.h b/include/wx/os2/menuitem.h index 4e36724c7e..33a41cef62 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 @@ -60,10 +60,6 @@ public: virtual void Check(bool bDoCheck = TRUE); virtual bool IsChecked(void) const; -#if wxUSE_ACCEL - virtual wxAcceleratorEntry* GetAccel(void) const; -#endif // wxUSE_ACCEL - // unfortunately needed to resolve ambiguity between // wxMenuItemBase::IsCheckable() and wxOwnerDrawn::IsCheckable() bool IsCheckable(void) const { return wxMenuItemBase::IsCheckable(); }