]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/tmunit.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / tmunit.cpp
index f169c30d35f57cd7dd51b73f0e7d07771242e024..910489b1784eabeac960890cff32d730deae02ff 100644 (file)
@@ -102,7 +102,7 @@ TimeUnit::TimeUnit(const TimeUnit& other)
 :   MeasureUnit(other), fTimeUnitField(other.fTimeUnitField) {
 }
 
-UObject* 
+TimeUnit* 
 TimeUnit::clone() const {
     return new TimeUnit(*this);
 }