]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove wrong const from wxMenu::GetMenuItems() documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Apr 2012 18:40:00 +0000 (18:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Apr 2012 18:40:00 +0000 (18:40 +0000)
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

interface/wx/menu.h

index bdb33aa30ef5b18e33f777f19bcac216d2a3454c..823253c4d2abab393dbe07afaea3f7f5d57df137 100644 (file)
@@ -820,7 +820,7 @@ public:
         wxMenuItemList is a pseudo-template list class containing wxMenuItem
         pointers, see wxList.
     */
         wxMenuItemList is a pseudo-template list class containing wxMenuItem
         pointers, see wxList.
     */
-    wxMenuItemList& GetMenuItems() const;
+    wxMenuItemList& GetMenuItems();
     const wxMenuItemList& GetMenuItems() const;
     //@}
 
     const wxMenuItemList& GetMenuItems() const;
     //@}