提交 41ea5949 编写于 作者: B Behdad Esfahbod

Minor: Remove LongSortedArrayOf

上级 bb6ecf2c
......@@ -957,10 +957,6 @@ struct SortedArrayOf : ArrayOf<Type, LenType>
}
};
/* A sorted array with a ULONG number of elements. */
template <typename Type>
struct LongSortedArrayOf : SortedArrayOf<Type, ULONG> {};
} /* namespace OT */
......
......@@ -264,7 +264,7 @@ struct CmapSubtableLongSegmented
USHORT reserved; /* Reserved; set to 0. */
ULONG length; /* Byte length of this subtable. */
ULONG language; /* Ignore. */
LongSortedArrayOf<CmapSubtableLongGroup>
SortedArrayOf<CmapSubtableLongGroup, ULONG>
groups; /* Groupings. */
public:
DEFINE_SIZE_ARRAY (16, groups);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册