]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/hebrwcal.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / hebrwcal.cpp
index c025be4b98f7387b974297d286f0583ae2ed27cd..c8fb8a1679586820957f4011404f48ff35ba4430 100644 (file)
@@ -169,7 +169,7 @@ const char *HebrewCalendar::getType() const {
     return "hebrew";
 }
 
-Calendar* HebrewCalendar::clone() const {
+HebrewCalendar* HebrewCalendar::clone() const {
     return new HebrewCalendar(*this);
 }