]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/currfmt.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / currfmt.cpp
index 8f20f783d25031daeed43f11f02325574bc309d1..0ad0492ee7afbca9a16cda4209b1556440a795a7 100644 (file)
@@ -33,7 +33,7 @@ CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) :
 CurrencyFormat::~CurrencyFormat() {
 }
 
-Format* CurrencyFormat::clone() const {
+CurrencyFormat* CurrencyFormat::clone() const {
     return new CurrencyFormat(*this);
 }