diff --git a/src/hb-cff-interp-common.hh b/src/hb-cff-interp-common.hh index f6ff501b4..64ec59f1a 100644 --- a/src/hb-cff-interp-common.hh +++ b/src/hb-cff-interp-common.hh @@ -315,7 +315,7 @@ struct byte_str_t : hb_ubytes_t ~byte_str_t () {} /* Copy assignment operator */ - byte_str_t &operator=(byte_str_t &bs) + byte_str_t &operator=(const byte_str_t &bs) { return *this; /* test */ }