X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac2d749e8823f48aadc222b4da3011a90444ecf7..fe8b03618ae0a511bf76e85565b3d43b68e99cd5:/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