(MDrawGlyphInfo): Change the member name 'this' to
authorhanda <handa>
Wed, 25 Aug 2004 03:48:40 +0000 (03:48 +0000)
committerhanda <handa>
Wed, 25 Aug 2004 03:48:40 +0000 (03:48 +0000)
'metrics' to for C++.

src/m17n-gui.h

index 1a8ea79..72d0cea 100644 (file)
@@ -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.  */