From e54fd4b67db9dde9a36fe2ffd5fb4fde3d490c3b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 9 Sep 2011 09:09:55 +0100 Subject: WaE: constify these (worrying-looking) font name tables --- hwpfilter/source/fontmap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwpfilter') 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 */ -- cgit