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:
Robin Dunn
2011-12-02 01:01:12 +00:00
parent 00405b6c68
commit 04992872e5

View File

@@ -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.