]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/AttachmentPosnSubtables.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / layout / AttachmentPosnSubtables.h
index 12849e4f611fb431c960fc3fd4821c996e4f4bc9..7f8406dc19f4d141163325e7ecc624bc4920b5c3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2005 - All Rights Reserved
  *
  */
 
@@ -27,7 +27,8 @@ struct AttachmentPositioningSubtable : GlyphPositioningSubtable
     Offset    markArrayOffset;
     Offset    baseArrayOffset;
 
-    le_int32  getBaseCoverage(LEGlyphID baseGlyphId) const;
+    inline le_int32  getBaseCoverage(LEGlyphID baseGlyphId) const;
+
     le_uint32 process(GlyphIterator *glyphIterator) const;
 };