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
This commit is contained in:
@@ -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;
|
||||
//@}
|
||||
|
||||
|
Reference in New Issue
Block a user