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:
parent
88ec47bb12
commit
db414879d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
//@}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue