Compilation fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-08-29 01:59:36 +00:00
parent d2822091a7
commit 4979a56c78

View File

@@ -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);