[cff] Use using instead of typedef
This commit is contained in:
parent
64d63cebe2
commit
c941ece60f
|
@ -345,7 +345,7 @@ struct byte_str_ref_t
|
||||||
bool error;
|
bool error;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef hb_vector_t<hb_ubytes_t> byte_str_array_t;
|
using byte_str_array_t = hb_vector_t<hb_ubytes_t>;
|
||||||
|
|
||||||
/* stack */
|
/* stack */
|
||||||
template <typename ELEM, int LIMIT>
|
template <typename ELEM, int LIMIT>
|
||||||
|
|
Loading…
Reference in New Issue