]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/NonContextualGlyphSubst.h
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / layout / NonContextualGlyphSubst.h
index 2a8285079b3105a2383a957f0dd949a4b66a47ac..82ba57040b811eeced5d4192c609b622a6953d52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright IBM Corp. and others 1998-2013 - All Rights Reserved
+ * (C) Copyright IBM Corp. and others 1998-2016 - All Rights Reserved
  *
  */
 
@@ -20,14 +20,13 @@ U_NAMESPACE_BEGIN
 
 struct NonContextualGlyphSubstitutionHeader : MorphSubtableHeader
 {
-    LookupTable table;
+    LookupTableBase table;
 };
 
 struct NonContextualGlyphSubstitutionHeader2 : MorphSubtableHeader2
 {
-    LookupTable table;
+    LookupTableBase table;
 };
 
 U_NAMESPACE_END
 #endif
-