From 6736f3c5b09af6a71935afc04248b033e171a9b2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 13 May 2012 15:21:06 +0200 Subject: [PATCH] Minor --- src/hb-ot-layout-gsubgpos-private.hh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/hb-ot-layout-gsubgpos-private.hh b/src/hb-ot-layout-gsubgpos-private.hh index 2e8b92a5b..1a92d28bd 100644 --- a/src/hb-ot-layout-gsubgpos-private.hh +++ b/src/hb-ot-layout-gsubgpos-private.hh @@ -115,12 +115,11 @@ struct hb_apply_context_t hb_apply_context_t (hb_font_t *font_, hb_face_t *face_, hb_buffer_t *buffer_, - hb_mask_t lookup_mask_, - unsigned int nesting_level_left_ = MAX_NESTING_LEVEL) : + hb_mask_t lookup_mask_) : font (font_), face (face_), buffer (buffer_), direction (buffer_->props.direction), lookup_mask (lookup_mask_), - nesting_level_left (nesting_level_left_), + nesting_level_left (MAX_NESTING_LEVEL), lookup_props (0), property (0), debug_depth (0) {} void set_lookup (const Lookup &l) { @@ -178,7 +177,7 @@ struct hb_apply_context_t unsigned int start_index_, unsigned int num_items_, hb_mask_t mask_ = 0, - bool match_syllable_ = true) + bool match_syllable_ = true) { c = c_; idx = start_index_;