X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac2d749e8823f48aadc222b4da3011a90444ecf7..f944aec0cf131c1be0b8c127ba1ecdbc8410c9b2:/include/wx/stringops.h diff --git a/include/wx/stringops.h b/include/wx/stringops.h index 1aa44e5f67..2e36900adc 100644 --- a/include/wx/stringops.h +++ b/include/wx/stringops.h @@ -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