summaryrefslogtreecommitdiff
path: root/thirdparty/icu4c/common/uvectr32.cpp
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-05-17 18:14:19 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-05-17 18:39:31 +0300
commit93fba7ead33b45a6f9904ab6a69ada72e8564230 (patch)
tree2d29c9b6ebaec415bdce2100e2319fcb651d8bbe /thirdparty/icu4c/common/uvectr32.cpp
parent7ea8cde9834b0fda4a928217b7880da3dd330214 (diff)
Update HarfBuzz, ICU and FreeType.
HarfBuzz: Update to version 4.2.1 FreeType: Update to version 2.12.1 ICU: Update to version 71.1
Diffstat (limited to 'thirdparty/icu4c/common/uvectr32.cpp')
-rw-r--r--thirdparty/icu4c/common/uvectr32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/icu4c/common/uvectr32.cpp b/thirdparty/icu4c/common/uvectr32.cpp
index a77ecb689f..2b4d0b8a75 100644
--- a/thirdparty/icu4c/common/uvectr32.cpp
+++ b/thirdparty/icu4c/common/uvectr32.cpp
@@ -83,7 +83,7 @@ void UVector32::assign(const UVector32& other, UErrorCode &ec) {
}
-bool UVector32::operator==(const UVector32& other) {
+bool UVector32::operator==(const UVector32& other) const {
int32_t i;
if (count != other.count) return false;
for (i=0; i<count; ++i) {