You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
HarfBuzz: Update to version 2.8.0
This commit is contained in:
2
thirdparty/harfbuzz/src/hb-iter.hh
vendored
2
thirdparty/harfbuzz/src/hb-iter.hh
vendored
@@ -922,7 +922,7 @@ HB_FUNCOBJ (hb_none);
|
||||
template <typename C, typename V,
|
||||
hb_requires (hb_is_iterable (C))>
|
||||
inline void
|
||||
hb_fill (C& c, const V &v)
|
||||
hb_fill (C&& c, const V &v)
|
||||
{
|
||||
for (auto i = hb_iter (c); i; i++)
|
||||
*i = v;
|
||||
|
||||
Reference in New Issue
Block a user