From 02e1901bc15812dfc74b4979e0951bf7593e7fc9 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Sun, 7 May 2017 16:42:46 +0200 Subject: Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07) --- components/gfx/text/shaping/harfbuzz.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/gfx/text') diff --git a/components/gfx/text/shaping/harfbuzz.rs b/components/gfx/text/shaping/harfbuzz.rs index 6285ab42133..0449961ded1 100644 --- a/components/gfx/text/shaping/harfbuzz.rs +++ b/components/gfx/text/shaping/harfbuzz.rs @@ -164,7 +164,7 @@ impl Shaper { Shaper::float_to_fixed(pt_size) as c_int); // configure static function callbacks. - hb_font_set_funcs(hb_font, **HB_FONT_FUNCS, font as *mut Font as *mut c_void, None); + hb_font_set_funcs(hb_font, HB_FONT_FUNCS.as_ptr(), font as *mut Font as *mut c_void, None); Shaper { hb_face: hb_face, -- cgit v1.2.3