]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/persncal.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / persncal.cpp
index f38f779fea9f5d6afeed633d79b29a0348344f5d..26fd294ceebe81c0ae3bccf85a22156ae925edb2 100644 (file)
@@ -74,7 +74,7 @@ const char *PersianCalendar::getType() const {
     return "persian";
 }
 
-Calendar* PersianCalendar::clone() const {
+PersianCalendar* PersianCalendar::clone() const {
     return new PersianCalendar(*this);
 }