mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
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:
parent
4263537b90
commit
e768fa1e27
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue