[aat] Fix builds

pull/703/head
Behdad Esfahbod 7 years ago
parent e3a15d0c6d
commit 72cb2b1f57
  1. 6
      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

Loading…
Cancel
Save