diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-09 09:09:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-09 09:23:10 +0100 |
commit | e54fd4b67db9dde9a36fe2ffd5fb4fde3d490c3b (patch) | |
tree | af0b456568f6f01c6c791e607fdcc42427669d5d | |
parent | 4a2402bb4eda66268a4624f1e5b974672175402f (diff) |
WaE: constify these (worrying-looking) font name tables
-rw-r--r-- | hwpfilter/source/fontmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/fontmap.cxx b/hwpfilter/source/fontmap.cxx index d3f9906f3eb2..de891c7a3864 100644 --- a/hwpfilter/source/fontmap.cxx +++ b/hwpfilter/source/fontmap.cxx @@ -150,7 +150,7 @@ const char* RepFontTab[] = }; #endif #else -char* RepFontTab[] = +const char* RepFontTab[] = { "\xb9\xd9\xc5\xc1", /* 0 */ "\xb5\xb8\xbf\xf2", /* 1 */ |