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:
Vadim Zeitlin 2012-02-15 00:35:58 +00:00
parent 659334e17f
commit b5176f6d75

View File

@ -868,7 +868,7 @@ public:
@see GetColumnsOrder() @see GetColumnsOrder()
*/ */
bool SetColumnsOrder(const wxArrayInt& orders) const; bool SetColumnsOrder(const wxArrayInt& orders);
/** /**
Sets the image list associated with the control. Sets the image list associated with the control.