renamed CFF::Index to CFF::CFFIndex
to avoid confusion with OT::Index
diff --git a/src/hb-ot-cff1-table.hh b/src/hb-ot-cff1-table.hh
index b794bba..f2a255c 100644
--- a/src/hb-ot-cff1-table.hh
+++ b/src/hb-ot-cff1-table.hh
@@ -38,10 +38,10 @@
*/
#define HB_OT_TAG_cff1 HB_TAG('C','F','F',' ')
-typedef Index<HBUINT16> CFF1Index;
+typedef CFFIndex<HBUINT16> CFF1Index;
template <typename Type> struct CFF1IndexOf : IndexOf<HBUINT16, Type> {};
-typedef Index<HBUINT16> CFF1Index;
+typedef CFFIndex<HBUINT16> CFF1Index;
typedef CFF1Index CFF1CharStrings;
typedef FDArray<HBUINT16> CFF1FDArray;
typedef Subrs<HBUINT16> CFF1Subrs;