Guard function with wxCHECK macros rather than wxASSERT
This commit is contained in:
parent
1d85e22543
commit
b3feac2d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -2462,7 +2462,7 @@ wxPGProperty* wxPGProperty::GetItemAtY( unsigned int y,
|
|||
unsigned int lh,
|
||||
unsigned int* nextItemY ) const
|
||||
{
|
||||
wxASSERT( nextItemY );
|
||||
wxCHECK( nextItemY, nullptr );
|
||||
|
||||
// Linear search at the moment
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue