Use long int literals to represent long constants in propgrid sample
This commit is contained in:
parent
a93713f7f8
commit
50330b3a26
3 changed files with 21 additions and 21 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue