diff --git a/src/hb-private.hh b/src/hb-private.hh index 63ebc652a3f58f52bd508cf9b860bd0cf971f293..cac021ae4c5f086109eeb44331942bbc0c993db6 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);