summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-ot-layout-gdef-private.hh
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/hb-ot-layout-gdef-private.hh')
-rw-r--r--pango/opentype/hb-ot-layout-gdef-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-ot-layout-gdef-private.hh b/pango/opentype/hb-ot-layout-gdef-private.hh
index 1d1a88ee..97d124ed 100644
--- a/pango/opentype/hb-ot-layout-gdef-private.hh
+++ b/pango/opentype/hb-ot-layout-gdef-private.hh
@@ -128,7 +128,7 @@ struct CaretValueFormat3
{
/* XXX vertical */
return context->font->x_scale * coordinate / 0x10000 +
- (this+deviceTable).get_delta (context->font->x_ppem) << 6;
+ ((this+deviceTable).get_delta (context->font->x_ppem) << 6);
}
private: