[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:
parent
4f056b923a
commit
2d5ee23731
|
@ -309,7 +309,7 @@ struct parsed_cs_op_t : op_str_t
|
||||||
bool for_skip () const { return skip_flag; }
|
bool for_skip () const { return skip_flag; }
|
||||||
void set_skip () { skip_flag = true; }
|
void set_skip () { skip_flag = true; }
|
||||||
|
|
||||||
uint16_t subr_num;
|
unsigned subr_num;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool drop_flag : 1;
|
bool drop_flag : 1;
|
||||||
|
|
Loading…
Reference in New Issue