[subset-cff] Readjust parsed_cs_op_t

Now it doesn't matter anymore since op_str_t is adjusted and
is 16 bytes with 8byte alignment.
This commit is contained in:
Behdad Esfahbod 2022-11-21 21:37:38 -07:00
parent 4f056b923a
commit 2d5ee23731
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ struct parsed_cs_op_t : op_str_t
bool for_skip () const { return skip_flag; }
void set_skip () { skip_flag = true; }
uint16_t subr_num;
unsigned subr_num;
protected:
bool drop_flag : 1;