diff --git a/src/hb-array.hh b/src/hb-array.hh index 826a90181..265d6ca64 100644 --- a/src/hb-array.hh +++ b/src/hb-array.hh @@ -342,7 +342,7 @@ struct hb_sorted_array_t : unsigned int i; return bfind (x, &i) ? &this->arrayZ[i] : not_found; } - template + template const Type *bsearch (const T &x, const Type *not_found = nullptr) const { unsigned int i;