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

This commit is contained in:
Behdad Esfahbod 2016-09-28 17:16:06 +02:00
parent 0aedfd59be
commit 219cb29c5d
1 changed files with 2 additions and 2 deletions

View File

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