diff --git a/interface/wx/menu.h b/interface/wx/menu.h index bdb33aa30e..823253c4d2 100644 --- a/interface/wx/menu.h +++ b/interface/wx/menu.h @@ -820,7 +820,7 @@ public: wxMenuItemList is a pseudo-template list class containing wxMenuItem pointers, see wxList. */ - wxMenuItemList& GetMenuItems() const; + wxMenuItemList& GetMenuItems(); const wxMenuItemList& GetMenuItems() const; //@}