summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/unistr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/unistr.cpp')
-rw-r--r--deps/icu-small/source/common/unistr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/unistr.cpp b/deps/icu-small/source/common/unistr.cpp
index 31b0ed84be..eeb0c3a679 100644
--- a/deps/icu-small/source/common/unistr.cpp
+++ b/deps/icu-small/source/common/unistr.cpp
@@ -332,7 +332,7 @@ Replaceable::clone() const {
}
// UnicodeString overrides clone() with a real implementation
-Replaceable *
+UnicodeString *
UnicodeString::clone() const {
return new UnicodeString(*this);
}