diff options
author | Jakub Marcowski <chubercikbattle@gmail.com> | 2024-03-09 01:57:02 +0100 |
---|---|---|
committer | Jakub Marcowski <chubercikbattle@gmail.com> | 2024-03-10 21:24:30 +0100 |
commit | ac4cc07301eda22964d676cb410c5aba1cc1bd39 (patch) | |
tree | ef83e215342f9120dcc1de5fb9d7d14329fe620d /thirdparty/harfbuzz/src/hb-priority-queue.hh | |
parent | f28964805e44a5c068ce8fd9d1e00697fcd922dc (diff) | |
download | redot-engine-ac4cc07301eda22964d676cb410c5aba1cc1bd39.tar.gz |
harfbuzz: Update to 8.3.0
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-priority-queue.hh')
-rw-r--r-- | thirdparty/harfbuzz/src/hb-priority-queue.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/thirdparty/harfbuzz/src/hb-priority-queue.hh b/thirdparty/harfbuzz/src/hb-priority-queue.hh index 2c8ccbfb68..9b962a29d9 100644 --- a/thirdparty/harfbuzz/src/hb-priority-queue.hh +++ b/thirdparty/harfbuzz/src/hb-priority-queue.hh @@ -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 |