]> granicus.if.org Git - icu/commitdiff
ICU-12081 Fix build failure for "intltest.cpp:1813: error: extra ';'" that was introd...
authorGeorge Rhoten <grhoten@users.noreply.github.com>
Wed, 2 Mar 2016 02:18:32 +0000 (02:18 +0000)
committerGeorge Rhoten <grhoten@users.noreply.github.com>
Wed, 2 Mar 2016 02:18:32 +0000 (02:18 +0000)
X-SVN-Rev: 38459

icu4c/source/test/intltest/intltest.cpp

index 98827b9f9a89a2be71d53f6ac025d782cc1faf8c..c36f327bda534b189ada52e14540d9a28b674238 100644 (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) {