From cf4d0c5b0b25a7dbc18972ec063f59c66e71fded Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 5 Aug 2002 15:50:05 +0000 Subject: [PATCH] FALSE, not false git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/listctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index 359ed975a2..ae100c2725 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -152,7 +152,7 @@ public: void SetItemCount(size_t count) { m_count = count; } // special case of SetItemCount(0) - void Clear() { m_itemsSel.Clear(); m_count = 0; m_defaultState = false; } + void Clear() { m_itemsSel.Clear(); m_count = 0; m_defaultState = FALSE; } // must be called when a new item is inserted/added void OnItemAdd(size_t item) { wxFAIL_MSG( _T("TODO") ); } -- 2.50.0