Use long int literals to represent long constants in propgrid sample
This commit is contained in:
@@ -621,7 +621,7 @@ bool wxArrayDoubleProperty::StringToValue( wxVariant& variant, const wxString& t
|
||||
// by returning pending value of non-wxArrayDouble type.
|
||||
if ( !ok )
|
||||
{
|
||||
variant = (long)0;
|
||||
variant = 0L;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user