git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26900
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// there's a GPF in Windows.
// By returning TRUE here, we avoid further processing
// of this strange message.
// there's a GPF in Windows.
// By returning TRUE here, we avoid further processing
// of this strange message.
- if ( info->iItem >= GetColumnCount() )
+ if ( (unsigned)info->iItem >= (unsigned)GetColumnCount() )
return TRUE;
}
// fall through
return TRUE;
}
// fall through