X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a01113dcd0f39d5da295ef82785beff9ed86fe38..refs/heads/master:/icuSources/i18n/tmunit.cpp?ds=sidebyside diff --git a/icuSources/i18n/tmunit.cpp b/icuSources/i18n/tmunit.cpp index f169c30d..910489b1 100644 --- a/icuSources/i18n/tmunit.cpp +++ b/icuSources/i18n/tmunit.cpp @@ -102,7 +102,7 @@ TimeUnit::TimeUnit(const TimeUnit& other) : MeasureUnit(other), fTimeUnitField(other.fTimeUnitField) { } -UObject* +TimeUnit* TimeUnit::clone() const { return new TimeUnit(*this); }