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:
parent
817ec43a71
commit
03d32695dd
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user