commit | f048ead84a4d3fe0bb712ed228c2f39c01ce9705 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Sep 24 18:01:53 2018 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Sep 24 18:04:17 2018 -0400 |
tree | 0fa0e3eb092af5667eef3f9cfe7a593a44906be2 | |
parent | 1676f608c8e4f880789252ca448bb008f6dd51b4 [diff] [blame] |
Some more
diff --git a/src/hb-ot-map.cc b/src/hb-ot-map.cc index cb70583..ebac6d1 100644 --- a/src/hb-ot-map.cc +++ b/src/hb-ot-map.cc
@@ -74,8 +74,9 @@ stages[table_index].fini (); } -void hb_ot_map_builder_t::add_feature (hb_tag_t tag, unsigned int value, - hb_ot_map_feature_flags_t flags) +void hb_ot_map_builder_t::add_feature (hb_tag_t tag, + hb_ot_map_feature_flags_t flags, + unsigned int value) { feature_info_t *info = feature_infos.push(); if (unlikely (!tag)) return;