make array data fully const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -194,7 +194,7 @@ void wxXLocale::Free()
|
||||
#define CTYPE_UPPER 0x0200
|
||||
#define CTYPE_XDIGIT 0x0400
|
||||
|
||||
static unsigned int gs_lookup[] =
|
||||
static const unsigned int gs_lookup[] =
|
||||
{
|
||||
0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
|
||||
0x0004, 0x0104, 0x0104, 0x0104, 0x0104, 0x0104, 0x0004, 0x0004,
|
||||
|
||||
Reference in New Issue
Block a user