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

New commits:
commit 46c0da820fc313bad8afaf019d2cd9065fa5f514
Author: Behdad Esfahbod <[email protected]>
Date:   Mon Nov 19 13:32:48 2018 -0500

    Fix build

diff --git a/src/hb-dsalgs.hh b/src/hb-dsalgs.hh
index 8e59fdee..da8aad01 100644
--- a/src/hb-dsalgs.hh
+++ b/src/hb-dsalgs.hh
@@ -603,7 +603,7 @@ struct hb_array_t
   unsigned int len;
 };
 template <typename T>
-hb_array_t<T> hb_array (T *array, unsigned int len) { return hb_array_t<T> 
(array, len); }
+inline hb_array_t<T> hb_array (T *array, unsigned int len) { return 
hb_array_t<T> (array, len); }
 
 
 struct HbOpOr
_______________________________________________
HarfBuzz mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to