mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 18:08:02 +02:00
* src/winfonts/winfnt.c (fnt_cmap_class): Fix position of `const'.
This commit is contained in:
parent
6fab21b174
commit
f983529aa6
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue