TRUE instead of true

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster 2001-07-31 20:56:17 +00:00
parent 817ec43a71
commit 03d32695dd

View File

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