summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/i18n/currfmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/i18n/currfmt.h')
-rw-r--r--deps/icu-small/source/i18n/currfmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/i18n/currfmt.h b/deps/icu-small/source/i18n/currfmt.h
index cc9bb3c1ba..69a031957b 100644
--- a/deps/icu-small/source/i18n/currfmt.h
+++ b/deps/icu-small/source/i18n/currfmt.h
@@ -57,7 +57,7 @@ class CurrencyFormat : public MeasureFormat {
/**
* Override Format API.
*/
- virtual Format* clone() const;
+ virtual CurrencyFormat* clone() const;
using MeasureFormat::format;