diff options
Diffstat (limited to 'Build/source/texk/xdvipdfmx/src/tt_post.h')
-rw-r--r-- | Build/source/texk/xdvipdfmx/src/tt_post.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/xdvipdfmx/src/tt_post.h b/Build/source/texk/xdvipdfmx/src/tt_post.h index 4a9884524e9..414c680a570 100644 --- a/Build/source/texk/xdvipdfmx/src/tt_post.h +++ b/Build/source/texk/xdvipdfmx/src/tt_post.h @@ -39,7 +39,7 @@ struct tt_post_table USHORT numberOfGlyphs; - char **glyphNamePtr; /* Glyph names (pointer to C string) */ + const char **glyphNamePtr; /* Glyph names (pointer to C string) */ char **names; /* Non-standard glyph names */ USHORT count; /* Number of glyph names in names[] */ |