From 7f249bec73de21db56c1f41f7991c4023bcd2223 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 16 Feb 2001 21:59:30 +0000 Subject: [PATCH] ICU-66 super class needs to be called to initialize the data X-SVN-Rev: 3655 --- icu4c/source/test/intltest/tsmthred.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/test/intltest/tsmthred.cpp b/icu4c/source/test/intltest/tsmthred.cpp index 62915bfba39..c110d79cc6e 100644 --- a/icu4c/source/test/intltest/tsmthred.cpp +++ b/icu4c/source/test/intltest/tsmthred.cpp @@ -644,6 +644,7 @@ class FormatThreadTest : public ThreadWithStatus { public: FormatThreadTest() // constructor is NOT multithread safe. + : ThreadWithStatus() // the locale to use { static int32_t fgOffset = 0;