From f05636e1be2664df8356df4adf5f1af1c7628bcd Mon Sep 17 00:00:00 2001 From: Qunxin Liu Date: Thu, 2 Nov 2023 09:18:15 -0700 Subject: [PATCH] [instancer] fix build issue after rebase --- src/OT/Layout/GPOS/ValueFormat.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OT/Layout/GPOS/ValueFormat.hh b/src/OT/Layout/GPOS/ValueFormat.hh index 7a74e391c..89ad7c71a 100644 --- a/src/OT/Layout/GPOS/ValueFormat.hh +++ b/src/OT/Layout/GPOS/ValueFormat.hh @@ -144,7 +144,7 @@ struct ValueFormat : HBUINT16 return ret; } - unsigned int get_effective_format (const Value *values, bool strip_hints, bool strip_empty, const void *base, + unsigned int get_effective_format (const Value *values, bool strip_hints, bool strip_empty, const ValueBase *base, const hb_hashmap_t> *varidx_delta_map) const { unsigned int format = *this; @@ -174,7 +174,7 @@ struct ValueFormat : HBUINT16 template - unsigned int get_effective_format (Iterator it, bool strip_hints, bool strip_empty, const void *base, + unsigned int get_effective_format (Iterator it, bool strip_hints, bool strip_empty, const ValueBase *base, const hb_hashmap_t> *varidx_delta_map) const { unsigned int new_format = 0;