/*
- * (C) Copyright IBM Corp. and others 1998-2013 - All Rights Reserved
+ * (C) Copyright IBM Corp. and others 1998-2016 - All Rights Reserved
*
*/
struct NonContextualGlyphSubstitutionHeader : MorphSubtableHeader
{
- LookupTable table;
+ LookupTableBase table;
};
struct NonContextualGlyphSubstitutionHeader2 : MorphSubtableHeader2
{
- LookupTable table;
+ LookupTableBase table;
};
U_NAMESPACE_END
#endif
-