diff --git a/src/hb-array.hh b/src/hb-array.hh index 265d6ca64..5884007c1 100644 --- a/src/hb-array.hh +++ b/src/hb-array.hh @@ -389,7 +389,7 @@ struct hb_sorted_array_t : this->length, sizeof (Type), _hb_cmp_method, - ds...); + std::forward (ds)...); } }; template inline hb_sorted_array_t