ICU-12081 Fix build failure for "error: extra ';'" that was introduced with this ticket

X-SVN-Rev: 38460
This commit is contained in:
George Rhoten 2016-03-02 02:40:23 +00:00
parent e768fa1e27
commit f1a9fb1109

View file

@ -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) {