]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stringops.h
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / include / wx / stringops.h
index 1aa44e5f67e12ffd39aef628cd39d2d84fa6e3f2..2e36900adc7ecb90908c2c1ce709857ff1a7fcea 100644 (file)
@@ -70,7 +70,7 @@ struct WXDLLIMPEXP_BASE wxStringOperationsUtf8
 #endif
 
     // table of offsets to skip forward when iterating over UTF-8 sequence
 #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>
 
 
     template<typename Iterator>