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

X-SVN-Rev: 38459
This commit is contained in:
George Rhoten 2016-03-02 02:18:32 +00:00
parent 4263537b90
commit e768fa1e27

View file

@ -1810,7 +1810,7 @@ IntlTest::icu_rand::icu_rand(uint32_t seed) {
fLast = seed;
}
IntlTest::icu_rand::~icu_rand() {};
IntlTest::icu_rand::~icu_rand() {}
void IntlTest::icu_rand::seed(uint32_t seed) {
if (seed == 0) {