diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-02 11:10:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 11:10:00 +0100 |
commit | 52b3add88191d901262adbe0fa256c1ce6b6ffda (patch) | |
tree | 2719d3fb7b2d20275cadc5d434d745c0ce6d9697 /thirdparty/harfbuzz/src/hb-common.cc | |
parent | b7a852a05d3598771bc1b9456ed34c0f5d011652 (diff) | |
parent | 9b0fbfa06dcfc5edab5d3a31ad5cb0d12c21bd4a (diff) |
Merge pull request #58679 from bruvzg/hb400
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-common.cc')
-rw-r--r-- | thirdparty/harfbuzz/src/hb-common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/harfbuzz/src/hb-common.cc b/thirdparty/harfbuzz/src/hb-common.cc index 249a8a8010..41229b9183 100644 --- a/thirdparty/harfbuzz/src/hb-common.cc +++ b/thirdparty/harfbuzz/src/hb-common.cc @@ -1065,7 +1065,7 @@ hb_variation_from_string (const char *str, int len, static inline void free_static_C_locale (); static struct hb_C_locale_lazy_loader_t : hb_lazy_loader_t<hb_remove_pointer<hb_locale_t>, - hb_C_locale_lazy_loader_t> + hb_C_locale_lazy_loader_t> { static hb_locale_t create () { |