From f1a9fb11091b4e568ca9a7aa4129566e8d5fda46 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 2 Mar 2016 02:40:23 +0000 Subject: [PATCH] ICU-12081 Fix build failure for "error: extra ';'" that was introduced with this ticket X-SVN-Rev: 38460 --- icu4c/source/test/intltest/rbbimonkeytest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/intltest/rbbimonkeytest.cpp b/icu4c/source/test/intltest/rbbimonkeytest.cpp index 9e3d6da8d9e..173d51e63b7 100644 --- a/icu4c/source/test/intltest/rbbimonkeytest.cpp +++ b/icu4c/source/test/intltest/rbbimonkeytest.cpp @@ -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) {