summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/uchriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/uchriter.cpp')
-rw-r--r--deps/icu-small/source/common/uchriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/uchriter.cpp b/deps/icu-small/source/common/uchriter.cpp
index 822168f5c8..bedbabc74c 100644
--- a/deps/icu-small/source/common/uchriter.cpp
+++ b/deps/icu-small/source/common/uchriter.cpp
@@ -89,7 +89,7 @@ UCharCharacterIterator::hashCode() const {
return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
}
-CharacterIterator*
+UCharCharacterIterator*
UCharCharacterIterator::clone() const {
return new UCharCharacterIterator(*this);
}