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:
Vadim Zeitlin 2007-06-22 18:20:35 +00:00
parent b99891b0c8
commit 9a9b00b57f

View File

@ -120,7 +120,7 @@ static struct
{ {
int m_low, m_high; int m_low, m_high;
wxUnicodeSubsetCodes m_subset; wxUnicodeSubsetCodes m_subset;
wxChar* m_name; const wxChar* m_name;
} g_UnicodeSubsetTable[] = } g_UnicodeSubsetTable[] =
{ {
{ 0x0000, 0x007E, { 0x0000, 0x007E,