[cff] Minor type change

pull/4264/head
Behdad Esfahbod 1 year ago
parent 640774b9f1
commit b152223998
  1. 2
      src/hb-ot-cff-common.hh

@ -48,7 +48,7 @@ static inline const Type& StructAtOffsetOrNull (const void *P, unsigned int offs
struct code_pair_t
{
hb_codepoint_t code;
unsigned code;
hb_codepoint_t glyph;
};

Loading…
Cancel
Save