summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-10 23:45:57 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-10 23:45:57 -0400
commit3f57b1a9e78a50651a6dcca7443085bf9fc307b2 (patch)
treeb9dbdd504d73f81256c808af5e1b42b23b9bfe36
parent106c0db2c0d88d956a3e2184259c19948d9ea4b5 (diff)
downloadpango-3f57b1a9e78a50651a6dcca7443085bf9fc307b2.tar.gz
[HB] Add missing initializer
-rw-r--r--pango/opentype/hb-font.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/pango/opentype/hb-font.cc b/pango/opentype/hb-font.cc
index e56accde..784dc564 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 *