[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Jan 12 08:39:19 UTC 2018
src/hb-aat-layout-morx-table.hh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 72cb2b1f57ba79938c74e0406fc7457fce287f69
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Jan 12 09:38:55 2018 +0100
[aat] Fix builds
diff --git a/src/hb-aat-layout-morx-table.hh b/src/hb-aat-layout-morx-table.hh
index cedab1b1..f4f03ab8 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
More information about the HarfBuzz
mailing list