Compilation fix after r62562.
Use char*, not wxChar*, for format specification strings. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -358,7 +358,7 @@ static const wxChar* gs_uintTemplates32[wxPG_UINT_TEMPLATE_MAX] = {
|
|||||||
wxT("%u"),wxT("%o")
|
wxT("%u"),wxT("%o")
|
||||||
};
|
};
|
||||||
|
|
||||||
static const wxChar* gs_uintTemplates64[wxPG_UINT_TEMPLATE_MAX] = {
|
static const char* gs_uintTemplates64[wxPG_UINT_TEMPLATE_MAX] = {
|
||||||
"%" wxLongLongFmtSpec "x",
|
"%" wxLongLongFmtSpec "x",
|
||||||
"0x%" wxLongLongFmtSpec "x",
|
"0x%" wxLongLongFmtSpec "x",
|
||||||
"$%" wxLongLongFmtSpec "x",
|
"$%" wxLongLongFmtSpec "x",
|
||||||
|
Reference in New Issue
Block a user