From: handa Date: Wed, 25 Aug 2004 03:48:40 +0000 (+0000) Subject: (MDrawGlyphInfo): Change the member name 'this' to X-Git-Tag: REL-1-2-0~223 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d6c782ffaec5f92b71f9869366540f927613894;p=m17n%2Fm17n-lib.git (MDrawGlyphInfo): Change the member name 'this' to 'metrics' to for C++. --- 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. */