mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset-cff] No need for bitflag here anymore
This commit is contained in:
parent
69ce606d14
commit
6af4985bf9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue