From 80fff78dc6ab5940ad5e5e7a67f4fd2650e1ae44 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 21 Oct 2003 06:53:19 +0000 Subject: [PATCH] * src/winfonts/winfnt.c (fnt_cmap_class): Fix position of `const'. --- ChangeLog | 4 ++++ src/winfonts/winfnt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aeca1d4a1..093f2df83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-20 Graham Asher + + * src/winfonts/winfnt.c (fnt_cmap_class): Fix position of `const'. + 2003-10-19 Werner Lemberg * src/autohint/ahhint.c (ah_hinter_load_glyph): Patch from diff --git a/src/winfonts/winfnt.c b/src/winfonts/winfnt.c index 579fe348c..51839be40 100644 --- a/src/winfonts/winfnt.c +++ b/src/winfonts/winfnt.c @@ -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