Fix everything-bot

This commit is contained in:
Behdad Esfahbod 2018-10-30 14:47:27 -07:00
parent 0e1ad5a075
commit bfd549daaa
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ struct hb_collect_features_context_t
hb_set_t *feature_indexes_)
: g (get_gsubgpos_table (face, table_tag)),
feature_indexes (feature_indexes_),
langsys_count(0), script_count(0) {}
script_count(0),langsys_count(0) {}
bool inline visited (const OT::Script &s)
{