]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/unictabl.inc
Same problem for blurring functions.
[wxWidgets.git] / src / common / unictabl.inc
index 8810bb78c38cb6fed384e2b7adfb12f9d9055007..de258f6d5087cdf0d492077f33372587ae41f777 100644 (file)
@@ -621,7 +621,7 @@ static const wxUint16 encoding_table__KOI8_U[128] = {
  *
  */
 
-static struct {
+static const struct {
     wxUint16 c  /*code*/;
     wxUint8  s /*inaccurate substitution*/;
 } encoding_unicode_fallback[] = {
@@ -829,7 +829,7 @@ static struct {
     {0, 0}
  };
 
-static unsigned encoding_unicode_fallback_count =  200;
+static const unsigned encoding_unicode_fallback_count =  200;
 
 
 
@@ -840,7 +840,7 @@ static unsigned encoding_unicode_fallback_count =  200;
  *
  */
 
-static struct {
+static const struct {
     wxFontEncoding encoding; // encoding identifier
     const wxUint16 *table;         // 8bit to unicode table
 } encodings_list[] = {