* src/winfonts/winfnt.c (fnt_cmap_class): Fix position of `const'.
This commit is contained in:
parent
862b4d5a1f
commit
80fff78dc6
|
@ -1,3 +1,7 @@
|
|||
2003-10-20 Graham Asher <graham.asher@btinternet.com>
|
||||
|
||||
* src/winfonts/winfnt.c (fnt_cmap_class): Fix position of `const'.
|
||||
|
||||
2003-10-19 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/autohint/ahhint.c (ah_hinter_load_glyph): Patch from
|
||||
|
|
|
@ -379,7 +379,7 @@
|
|||
(FT_CMap_CharNextFunc) fnt_cmap_char_next
|
||||
};
|
||||
|
||||
static const FT_CMap_Class fnt_cmap_class = &fnt_cmap_class_rec;
|
||||
static FT_CMap_Class const fnt_cmap_class = &fnt_cmap_class_rec;
|
||||
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue