mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-13788 Remove trailing semicolon that causes compiler warning.
X-SVN-Rev: 41471
This commit is contained in:
parent
d23af4f072
commit
1662340d17
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue