mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12081 Fix build failure for "error: extra ';'" that was introduced with this ticket
X-SVN-Rev: 38460
This commit is contained in:
parent
e768fa1e27
commit
f1a9fb1109
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ BreakRule::BreakRule() // : all field default initialized.
|
|||
{
|
||||
}
|
||||
|
||||
BreakRule::~BreakRule() {};
|
||||
BreakRule::~BreakRule() {}
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------------------
|
||||
|
@ -101,7 +101,7 @@ BreakRules::BreakRules(RBBIMonkeyImpl *monkeyImpl, UErrorCode &status) :
|
|||
}
|
||||
|
||||
|
||||
BreakRules::~BreakRules() {};
|
||||
BreakRules::~BreakRules() {}
|
||||
|
||||
|
||||
CharClass *BreakRules::addCharClass(const UnicodeString &name, const UnicodeString &definition, UErrorCode &status) {
|
||||
|
|
Loading…
Add table
Reference in a new issue