made UTF-8 tables const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -70,7 +70,7 @@ struct WXDLLIMPEXP_BASE wxStringOperationsUtf8
|
||||
#endif
|
||||
|
||||
// table of offsets to skip forward when iterating over UTF-8 sequence
|
||||
static unsigned char ms_utf8IterTable[256];
|
||||
static const unsigned char ms_utf8IterTable[256];
|
||||
|
||||
|
||||
template<typename Iterator>
|
||||
|
Reference in New Issue
Block a user