[aat] Fix builds

This commit is contained in:
Behdad Esfahbod 2018-01-12 09:38:55 +01:00
parent e3a15d0c6d
commit 72cb2b1f57
1 changed files with 3 additions and 3 deletions

View File

@ -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