mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-12 16:23:01 +00:00
Fix compiler errors
This commit is contained in:
parent
f394206b7c
commit
b8327fe605
4 changed files with 5 additions and 0 deletions
|
@ -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); }
|
||||
|
|
|
@ -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); }
|
||||
|
|
|
@ -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); }
|
||||
|
|
|
@ -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); }
|
||||
|
|
Loading…
Add table
Reference in a new issue