Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -724,7 +724,7 @@ void MyListCtrl::OnColClick(wxListEvent& event) | ||||
|     int col = event.GetColumn(); | ||||
|  | ||||
|     // set or unset image | ||||
|     static x = false; | ||||
|     static bool x = false; | ||||
|     x = !x; | ||||
|     SetColumnImage(col, x ? 0 : -1); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user