[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Oct 1 08:29:18 PDT 2014


 src/hb-private.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 250398b1e4f102e4e44eeb9e2aebf0cd2d397344
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Oct 1 11:28:01 2014 -0400

    Hide other bubble-sort

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


More information about the HarfBuzz mailing list