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") ); }