diff --git a/src/hb-cff-interp-common.hh b/src/hb-cff-interp-common.hh index ccd709c31..5c2cb060a 100644 --- a/src/hb-cff-interp-common.hh +++ b/src/hb-cff-interp-common.hh @@ -491,8 +491,8 @@ struct arg_stack_t : cff_stack_t /* an operator prefixed by its operands in a byte string */ struct op_str_t { - op_code_t op; hb_ubytes_t str; + op_code_t op; }; /* base of OP_SERIALIZER */