From 1662340d17d1097fb1f7af604f1d7423be1fcebb Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Sun, 27 May 2018 03:08:42 +0000 Subject: [PATCH] ICU-13788 Remove trailing semicolon that causes compiler warning. X-SVN-Rev: 41471 --- icu4c/source/i18n/decimfmt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/decimfmt.cpp b/icu4c/source/i18n/decimfmt.cpp index 8cce9c34295..b5f6a073716 100644 --- a/icu4c/source/i18n/decimfmt.cpp +++ b/icu4c/source/i18n/decimfmt.cpp @@ -408,7 +408,7 @@ DecimalFormat::~DecimalFormat() { delete fields->atomicParser.exchange(nullptr); delete fields->atomicCurrencyParser.exchange(nullptr); delete fields; -}; +} Format* DecimalFormat::clone() const { return new DecimalFormat(*this);