summaryrefslogtreecommitdiff
path: root/src/fontencI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontencI.h')
-rw-r--r--src/fontencI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontencI.h b/src/fontencI.h
index bd35a1f..741193a 100644
--- a/src/fontencI.h
+++ b/src/fontencI.h
@@ -29,7 +29,7 @@ typedef struct _FontEncSimpleMap {
unsigned len; /* might be 0x10000 */
unsigned short row_size;
unsigned short first;
- unsigned short *map;
+ const unsigned short *map;
} FontEncSimpleMapRec, *FontEncSimpleMapPtr;
typedef struct _FontEncSimpleName {