src/hb-ot-layout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bfd549daaa078e7edba5a65971b1d3e872664f2d Author: Behdad Esfahbod <[email protected]> Date: Tue Oct 30 14:47:27 2018 -0700 Fix everything-bot diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 18c81073..e135e4a9 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -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) { _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
