aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hb-ot-layout-common.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh
index 8d003a2b3..4c235ff44 100644
--- a/src/hb-ot-layout-common.hh
+++ b/src/hb-ot-layout-common.hh
@@ -2306,9 +2306,9 @@ struct delta_row_encoding_t
/* each byte represents a region, value is one of 0/1/2/4, which means bytes
* needed for this region */
hb_vector_t<uint8_t> chars;
- unsigned width;
+ unsigned width = 0;
hb_vector_t<uint8_t> columns;
- unsigned overhead;
+ unsigned overhead = 0;
hb_vector_t<const hb_vector_t<int>*> items;
delta_row_encoding_t () = default;