summaryrefslogtreecommitdiff
path: root/util/hb-shape.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/hb-shape.cc')
-rw-r--r--util/hb-shape.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/hb-shape.cc b/util/hb-shape.cc
index 3bd2184..75c3793 100644
--- a/util/hb-shape.cc
+++ b/util/hb-shape.cc
@@ -35,7 +35,9 @@ struct output_buffer_t
format (parser),
gs (NULL),
line_no (0),
- font (NULL) {}
+ font (NULL),
+ output_format (HB_BUFFER_SERIALIZE_FORMAT_INVALID),
+ format_flags (HB_BUFFER_SERIALIZE_FLAG_DEFAULT) {}
void init (const font_options_t *font_opts)
{