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