[pango] [HB] Add missing initializer



commit 3f57b1a9e78a50651a6dcca7443085bf9fc307b2
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Aug 10 23:45:57 2009 -0400

    [HB] Add missing initializer

 pango/opentype/hb-font.cc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
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 *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]