diff --git a/src/hb-private.hh b/src/hb-private.hh index 63ebc652a..cac021ae4 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -922,7 +922,7 @@ hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *), } while (k); } -template inline void +template static inline void hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *)) { hb_bubble_sort (array, len, compar, (int *) NULL);