Don't document wxListCtrl::SetColumnsOrder() as being const.
Because it isn't. Closes #13980. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
659334e17f
commit
b5176f6d75
@ -868,7 +868,7 @@ public:
|
||||
|
||||
@see GetColumnsOrder()
|
||||
*/
|
||||
bool SetColumnsOrder(const wxArrayInt& orders) const;
|
||||
bool SetColumnsOrder(const wxArrayInt& orders);
|
||||
|
||||
/**
|
||||
Sets the image list associated with the control.
|
||||
|
Loading…
Reference in New Issue
Block a user