diff --git a/src/hb-ot-cff-common.hh b/src/hb-ot-cff-common.hh index 882ffcba0..8688575e9 100644 --- a/src/hb-ot-cff-common.hh +++ b/src/hb-ot-cff-common.hh @@ -52,8 +52,8 @@ struct code_pair_t hb_codepoint_t glyph; }; -typedef hb_vector_t str_buff_t; -struct str_buff_vec_t : hb_vector_t {}; +using str_buff_t = hb_vector_t; +using str_buff_vec_t = hb_vector_t; /* CFF INDEX */ template