You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
harfbuzz: Update to 8.3.0
This commit is contained in:
3
thirdparty/harfbuzz/src/hb-priority-queue.hh
vendored
3
thirdparty/harfbuzz/src/hb-priority-queue.hh
vendored
@@ -55,6 +55,9 @@ struct hb_priority_queue_t
|
||||
|
||||
bool in_error () const { return heap.in_error (); }
|
||||
|
||||
bool alloc (unsigned size)
|
||||
{ return heap.alloc (size); }
|
||||
|
||||
#ifndef HB_OPTIMIZE_SIZE
|
||||
HB_ALWAYS_INLINE
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user