Fix compiler errors

This commit is contained in:
Behdad Esfahbod 2025-02-06 20:01:12 +00:00
parent f394206b7c
commit b8327fe605
4 changed files with 5 additions and 0 deletions

View file

@ -129,6 +129,7 @@ struct PairPosFormat1_3
return nullptr;
}
}
return nullptr;
}
bool apply_cached (hb_ot_apply_context_t *c) const { return _apply (c, true); }

View file

@ -160,6 +160,7 @@ struct PairPosFormat2_4 : ValueBase
return nullptr;
}
}
return nullptr;
}
bool apply_cached (hb_ot_apply_context_t *c) const { return _apply (c, true); }

View file

@ -104,6 +104,7 @@ struct LigatureSubstFormat1_2
return nullptr;
}
}
return nullptr;
}
bool apply_cached (hb_ot_apply_context_t *c) const { return _apply (c, true); }

View file

@ -2665,6 +2665,7 @@ struct ContextFormat2_5
case hb_ot_lookup_cache_op_t::DESTROY:
return nullptr;
}
return nullptr;
}
bool apply_cached (hb_ot_apply_context_t *c) const { return _apply (c, true); }
@ -3914,6 +3915,7 @@ struct ChainContextFormat2_5
case hb_ot_lookup_cache_op_t::DESTROY:
return nullptr;
}
return nullptr;
}
bool apply_cached (hb_ot_apply_context_t *c) const { return _apply (c, true); }