From: Vadim Zeitlin Date: Thu, 5 Apr 2012 18:40:00 +0000 (+0000) Subject: Remove wrong const from wxMenu::GetMenuItems() documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/db414879d45f5da2be534a0f523b0506f2ab1183?ds=sidebyside Remove wrong const from wxMenu::GetMenuItems() documentation. Only one of the overloads is const. Closes #14169. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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; //@}