Fix build after rebasing opentype-gx branch on top of MATH table

pull/279/head
Behdad Esfahbod 8 years ago
parent 0aedfd59be
commit 219cb29c5d
  1. 4
      src/hb-ot-layout-common-private.hh

@ -1650,7 +1650,7 @@ struct DeviceHeader
struct Device struct Device
{ {
inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store) const inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const
{ {
switch (u.b.format) switch (u.b.format)
{ {
@ -1662,7 +1662,7 @@ struct Device
return 0; return 0;
} }
} }
inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store) const inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const
{ {
switch (u.b.format) switch (u.b.format)
{ {

Loading…
Cancel
Save