From 3f57b1a9e78a50651a6dcca7443085bf9fc307b2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 Aug 2009 23:45:57 -0400 Subject: [PATCH] [HB] Add missing initializer --- pango/opentype/hb-font.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pango/opentype/hb-font.cc b/pango/opentype/hb-font.cc index e56accd..784dc56 100644 --- a/pango/opentype/hb-font.cc +++ b/pango/opentype/hb-font.cc @@ -127,7 +127,9 @@ static hb_face_t _hb_face_nil = { NULL, /* destroy */ NULL, /* user_data */ - &_hb_unicode_funcs_nil /* unicode */ + &_hb_unicode_funcs_nil, /* unicode */ + + {} /* ot_layout */ }; hb_face_t * -- 2.7.4