summaryrefslogtreecommitdiff
path: root/thirdparty/icu4c/common/normlzr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/icu4c/common/normlzr.cpp')
-rw-r--r--thirdparty/icu4c/common/normlzr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/icu4c/common/normlzr.cpp b/thirdparty/icu4c/common/normlzr.cpp
index 2dea0ffc33..1f4fa15179 100644
--- a/thirdparty/icu4c/common/normlzr.cpp
+++ b/thirdparty/icu4c/common/normlzr.cpp
@@ -108,7 +108,7 @@ int32_t Normalizer::hashCode() const
return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
}
-UBool Normalizer::operator==(const Normalizer& that) const
+bool Normalizer::operator==(const Normalizer& that) const
{
return
this==&that ||