pointer to literal string should be const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b99891b0c8
commit
9a9b00b57f
@ -120,7 +120,7 @@ static struct
|
||||
{
|
||||
int m_low, m_high;
|
||||
wxUnicodeSubsetCodes m_subset;
|
||||
wxChar* m_name;
|
||||
const wxChar* m_name;
|
||||
} g_UnicodeSubsetTable[] =
|
||||
{
|
||||
{ 0x0000, 0x007E,
|
||||
|
Loading…
Reference in New Issue
Block a user