From 03d32695dd0c196d6d2f4cfdc8a2bb2df19df44a Mon Sep 17 00:00:00 2001 From: David Webster Date: Tue, 31 Jul 2001 20:56:17 +0000 Subject: [PATCH] TRUE instead of true git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/listctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index 6aa8a333d5..f8f79a1e4c 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -304,7 +304,7 @@ public: } // [de]select an item - void Select(long n, bool on = true) + void Select(long n, bool on = TRUE) { SetItemState(n, on ? wxLIST_STATE_SELECTED : 0, wxLIST_STATE_SELECTED); } -- 2.50.0