summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-10-30 14:47:27 -0700
committerBehdad Esfahbod <behdad@behdad.org>2018-10-30 14:47:27 -0700
commitbfd549daaa078e7edba5a65971b1d3e872664f2d (patch)
tree9d7abbc0a0037b5d0dd4d59bcf4597ad34d8dcfe
parent0e1ad5a075c6858ca60bad0e2da58b5256e15815 (diff)
downloadharfbuzz-bfd549daaa078e7edba5a65971b1d3e872664f2d.tar.gz
Fix everything-bot
-rw-r--r--src/hb-ot-layout.cc2
1 files changed, 1 insertions, 1 deletions
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)
{