mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[var] Minor, make a function a template
This commit is contained in:
parent
136097901b
commit
fecc5789d4
1 changed files with 2 additions and 1 deletions
|
@ -1424,8 +1424,9 @@ struct TupleVariationData
|
|||
return true;
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
static bool decompile_deltas (const HBUINT8 *&p /* IN/OUT */,
|
||||
hb_vector_t<int> &deltas /* IN/OUT */,
|
||||
hb_vector_t<T> &deltas /* IN/OUT */,
|
||||
const HBUINT8 *end,
|
||||
bool consume_all = false)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue