Fix typo in wxUSE_LONGLONG check.
The recently added check had a typo in the constant name. Closes #16939.
This commit is contained in:
parent
119e67d959
commit
89a791a938
@ -264,7 +264,7 @@ bool wxAnyValueTypeImplInt::ConvertValue(const wxAnyValueBuffer& src,
|
||||
wxAnyBaseIntType value = GetValue(src);
|
||||
if ( wxANY_VALUE_TYPE_CHECK_TYPE(dstType, wxString) )
|
||||
{
|
||||
#if defined(wxLongLong_t) && wxUSE_LONLONG
|
||||
#if defined(wxLongLong_t) && wxUSE_LONGLONG
|
||||
wxLongLong ll(value);
|
||||
wxString s = ll.ToString();
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user