git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18068
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxListBox::Delete(int n)
{
void wxListBox::Delete(int n)
{
- wxCHECK_RET( n < GetCount(), _T("invalid index in wxListBox::Delete") );
+ wxCHECK_RET( n >= 0 && n < GetCount(),
+ _T("invalid index in wxListBox::Delete") );
// do it before removing the index as otherwise the last item will not be
// refreshed (as GetCount() will be decremented)
// do it before removing the index as otherwise the last item will not be
// refreshed (as GetCount() will be decremented)