diff --git a/src/hb-ot-layout-gsubgpos-private.hh b/src/hb-ot-layout-gsubgpos-private.hh index 7e7b08385..99a72717b 100644 --- a/src/hb-ot-layout-gsubgpos-private.hh +++ b/src/hb-ot-layout-gsubgpos-private.hh @@ -176,7 +176,7 @@ struct hb_apply_context_t num_items++; } inline bool next (unsigned int *property_out, - unsigned int lookup_props) + unsigned int lookup_props) { assert (num_items > 0); do @@ -225,7 +225,7 @@ struct hb_apply_context_t num_items++; } inline bool prev (unsigned int *property_out, - unsigned int lookup_props) + unsigned int lookup_props) { assert (num_items > 0); do