From a2e842db1fd92080f0b84d810aa622a981e18ccf Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Thu, 16 May 2002 20:50:23 +0000 Subject: [PATCH] ICU-1900 GlyphPositioningTableHeader::process - change the type of the glyphs parameter from LEUnicode * to LEGlyphID *. X-SVN-Rev: 8641 --- icu4c/source/layout/GlyphPositioningTables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/layout/GlyphPositioningTables.h b/icu4c/source/layout/GlyphPositioningTables.h index d370fad5e5d..67cd15e1882 100644 --- a/icu4c/source/layout/GlyphPositioningTables.h +++ b/icu4c/source/layout/GlyphPositioningTables.h @@ -24,7 +24,7 @@ struct GlyphPositioningTableHeader Offset featureListOffset; Offset lookupListOffset; - void process(LEUnicode *glyphs, GlyphPositionAdjustment *glyphPositionAdjustments, + void process(LEGlyphID *glyphs, GlyphPositionAdjustment *glyphPositionAdjustments, const LETag **glyphTags, le_int32 glyphCount, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader,