[subset-cff] No need for bitflag here anymore

This commit is contained in:
Behdad Esfahbod 2022-11-26 18:20:20 -07:00
parent 69ce606d14
commit 6af4985bf9
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ struct parsed_cs_op_t : op_str_t
* padding of op_str_t! */
protected:
bool drop_flag : 1;
bool drop_flag;
public:
uint16_t subr_num;