diff --git a/src/hb-cff-interp-common.hh b/src/hb-cff-interp-common.hh index 80857aec1..f0941cf13 100644 --- a/src/hb-cff-interp-common.hh +++ b/src/hb-cff-interp-common.hh @@ -302,6 +302,8 @@ struct byte_str_t : hb_ubytes_t { byte_str_t () : hb_ubytes_t () {} + byte_str_t (const byte_str_t &bs) + : hb_ubytes_t (bs) {} byte_str_t (const UnsizedByteStr& s, unsigned int l) : hb_ubytes_t ((const unsigned char*)&s, l) {} byte_str_t (const unsigned char *s, unsigned int l)