summaryrefslogtreecommitdiff
path: root/src/glyph.h
diff options
context:
space:
mode:
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,