Removed const from a couple methods that are not const in the real code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -307,7 +307,7 @@ public:
|
||||
|
||||
@onlyfor{wxmsw}
|
||||
*/
|
||||
void SetBackgroundColour(const wxColour& colour) const;
|
||||
void SetBackgroundColour(const wxColour& colour);
|
||||
|
||||
/**
|
||||
Sets the bitmap for the menu item.
|
||||
@@ -402,7 +402,7 @@ public:
|
||||
|
||||
@onlyfor{wxmsw}
|
||||
*/
|
||||
void SetMarginWidth(int width) const;
|
||||
void SetMarginWidth(int width);
|
||||
|
||||
/**
|
||||
Sets the parent menu which will contain this menu item.
|
||||
|
Reference in New Issue
Block a user