From: David Webster Date: Tue, 31 Jul 2001 20:56:17 +0000 (+0000) Subject: TRUE instead of true X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/03d32695dd0c196d6d2f4cfdc8a2bb2df19df44a TRUE instead of true git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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); }