From bfd549daaa078e7edba5a65971b1d3e872664f2d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 30 Oct 2018 14:47:27 -0700 Subject: [PATCH] Fix everything-bot --- src/hb-ot-layout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 18c810736..e135e4a9e 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) {