diff --git a/src/propgrid/props.cpp b/src/propgrid/props.cpp index b727fdb93d..42b192d0a8 100644 --- a/src/propgrid/props.cpp +++ b/src/propgrid/props.cpp @@ -358,7 +358,7 @@ static const wxChar* gs_uintTemplates32[wxPG_UINT_TEMPLATE_MAX] = { wxT("%u"),wxT("%o") }; -static const wxChar* gs_uintTemplates64[wxPG_UINT_TEMPLATE_MAX] = { +static const char* gs_uintTemplates64[wxPG_UINT_TEMPLATE_MAX] = { "%" wxLongLongFmtSpec "x", "0x%" wxLongLongFmtSpec "x", "$%" wxLongLongFmtSpec "x",