From: Vadim Zeitlin Date: Wed, 15 Feb 2012 00:35:58 +0000 (+0000) Subject: Don't document wxListCtrl::SetColumnsOrder() as being const. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b5176f6d75abef41a427b2297e07f5329b5b6200 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 --- diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index 28db0e46d0..6a7a539801 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -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.