summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hb-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-private.hh b/src/hb-private.hh
index 63ebc652..cac021ae 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 <typename T> inline void
+template <typename T> 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);