]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/ContextualGlyphSubstProc2.cpp
ICU-57132.0.1.tar.gz
[apple/icu.git] / icuSources / layout / ContextualGlyphSubstProc2.cpp
index ba7bd36f916411730ce195b7f8871ac9f00c0d84..5aea8ec97d7f92aceff2d2ea74565194032a520f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * (C) Copyright IBM Corp.  and others 1998-2013 - All Rights Reserved
+ * (C) Copyright IBM Corp.  and others 1998-2016 - All Rights Reserved
  *
  */
 
@@ -77,7 +77,7 @@ TTGlyphID ContextualGlyphSubstitutionProcessor2::lookup(le_uint32 offset, LEGlyp
 {
     TTGlyphID newGlyph = 0xFFFF;
     if(LE_FAILURE(success))  return newGlyph;
-    LEReferenceTo<LookupTable> lookupTable(perGlyphTable, success, offset);
+    LEReferenceTo<LookupTableBase> lookupTable(perGlyphTable, success, offset);
     if(LE_FAILURE(success))  return newGlyph;
     le_int16 format = SWAPW(lookupTable->format);