From 4979a56c780fceaa115d055d3c09f5980531c5d3 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Mon, 29 Aug 2005 01:59:36 +0000 Subject: [PATCH] Compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/listctrl/listtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/listctrl/listtest.cpp b/samples/listctrl/listtest.cpp index dd01efe4f8..bfef9f62ab 100644 --- a/samples/listctrl/listtest.cpp +++ b/samples/listctrl/listtest.cpp @@ -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); -- 2.45.2