From 72cb2b1f57ba79938c74e0406fc7457fce287f69 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 12 Jan 2018 09:38:55 +0100 Subject: [PATCH] [aat] Fix builds --- src/hb-aat-layout-morx-table.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hb-aat-layout-morx-table.hh b/src/hb-aat-layout-morx-table.hh index cedab1b19..f4f03ab8c 100644 --- a/src/hb-aat-layout-morx-table.hh +++ b/src/hb-aat-layout-morx-table.hh @@ -142,9 +142,9 @@ struct RearrangementSubtable public: bool ret; private: - unsigned int start = 0; - unsigned int end = 0; - unsigned int last_zero_before_start = 0; + unsigned int start; + unsigned int end; + unsigned int last_zero_before_start; }; inline bool apply (hb_apply_context_t *c) const