summaryrefslogtreecommitdiff
path: root/src/glyph.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-08 16:12:08 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-08 16:12:08 +0000
commitd0ad2e0bdb23789c261fe4d8636fb559f04c5f32 (patch)
treeccb56086cfef24caa20f4c31c80f31735ada65b7 /src/glyph.h
parentd89b9a1074ff2b8f7f9227d6e10a95808ef30129 (diff)
downloadttf2f-d0ad2e0bdb23789c261fe4d8636fb559f04c5f32.tar.gz
ttf2f-d0ad2e0bdb23789c261fe4d8636fb559f04c5f32.tar.bz2
More tidying
svn path=/trunk/tools/ttf2f/; revision=7446
Diffstat (limited to 'src/glyph.h')
-rw-r--r--src/glyph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glyph.h b/src/glyph.h
index fe91bc8..6a18b2d 100644
--- a/src/glyph.h
+++ b/src/glyph.h
@@ -24,7 +24,7 @@ struct composite {
struct glyph {
unsigned int code; /* glyph code */
- char *name; /* glyph name */
+ const char *name; /* glyph name */
int xMin:12, yMin:12;
int xMax:12, yMax:12; /* glyph control box */
int lsb; /* left side bearing of glyph,