summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/i18n/tmutamt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/i18n/tmutamt.cpp')
-rw-r--r--deps/icu-small/source/i18n/tmutamt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/i18n/tmutamt.cpp b/deps/icu-small/source/i18n/tmutamt.cpp
index 0e2b91fbb2..a143bcf8f7 100644
--- a/deps/icu-small/source/i18n/tmutamt.cpp
+++ b/deps/icu-small/source/i18n/tmutamt.cpp
@@ -50,7 +50,7 @@ TimeUnitAmount::operator==(const UObject& other) const {
return Measure::operator==(other);
}
-UObject*
+TimeUnitAmount*
TimeUnitAmount::clone() const {
return new TimeUnitAmount(*this);
}