]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/testidna.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / testidna.h
index 250a3f8ec53c8a8d65c7ae7b7aad2b2b34112f54..676d2e266004d0438a8f89a33310cfcba3d67e04 100644 (file)
@@ -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: