[subset-cff] No need for bitflag here anymore
This commit is contained in:
parent
69ce606d14
commit
6af4985bf9
|
@ -313,7 +313,7 @@ struct parsed_cs_op_t : op_str_t
|
||||||
* padding of op_str_t! */
|
* padding of op_str_t! */
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool drop_flag : 1;
|
bool drop_flag;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
uint16_t subr_num;
|
uint16_t subr_num;
|
||||||
|
|
Loading…
Reference in New Issue