X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a01113dcd0f39d5da295ef82785beff9ed86fe38..340931cb2e044a2141d11567dd0f782524e32994:/icuSources/test/intltest/testidna.h diff --git a/icuSources/test/intltest/testidna.h b/icuSources/test/intltest/testidna.h index 250a3f8e..676d2e26 100644 --- a/icuSources/test/intltest/testidna.h +++ b/icuSources/test/intltest/testidna.h @@ -66,8 +66,9 @@ public: void TestRefIDNA(); void TestIDNAMonkeyTest(); void TestConformance(); - static NamePrepTransform* getInstance(UErrorCode& status); - static NamePrepTransform* gPrep; + NamePrepTransform* getInstance(UErrorCode& status); + NamePrepTransform* gPrep; + TestIDNA() : gPrep(nullptr) {} virtual ~TestIDNA(); private: