X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a01113dcd0f39d5da295ef82785beff9ed86fe38..HEAD:/icuSources/i18n/persncal.cpp diff --git a/icuSources/i18n/persncal.cpp b/icuSources/i18n/persncal.cpp index f38f779f..26fd294c 100644 --- a/icuSources/i18n/persncal.cpp +++ b/icuSources/i18n/persncal.cpp @@ -74,7 +74,7 @@ const char *PersianCalendar::getType() const { return "persian"; } -Calendar* PersianCalendar::clone() const { +PersianCalendar* PersianCalendar::clone() const { return new PersianCalendar(*this); }