From 0d6c782ffaec5f92b71f9869366540f927613894 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 25 Aug 2004 03:48:40 +0000 Subject: [PATCH] (MDrawGlyphInfo): Change the member name 'this' to 'metrics' to for C++. --- src/m17n-gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m17n-gui.h b/src/m17n-gui.h index 1a8ea79..72d0cea 100644 --- a/src/m17n-gui.h +++ b/src/m17n-gui.h @@ -737,7 +737,7 @@ typedef struct /***en Metric of the glyph. */ /***ja ¥°¥ê¥Õ¤ÎÀ£Ë¡. */ - MDrawMetric this; + MDrawMetric metrics; /***en Font used for the glyph. Set to NULL if no font is found for the glyph. */ -- 1.7.10.4