You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
HarfBuzz: Update to version 3.1.2
This commit is contained in:
4
thirdparty/harfbuzz/src/hb-serialize.hh
vendored
4
thirdparty/harfbuzz/src/hb-serialize.hh
vendored
@@ -652,7 +652,9 @@ struct hb_serialize_context_t
|
||||
hb_vector_t<object_t *> packed;
|
||||
|
||||
/* Map view of packed objects. */
|
||||
hb_hashmap_t<const object_t *, objidx_t, nullptr, 0> packed_map;
|
||||
hb_hashmap_t<const object_t *, objidx_t,
|
||||
const object_t *, objidx_t,
|
||||
nullptr, 0> packed_map;
|
||||
};
|
||||
|
||||
#endif /* HB_SERIALIZE_HH */
|
||||
|
||||
Reference in New Issue
Block a user