]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/sortkey.cpp
ICU-461.18.tar.gz
[apple/icu.git] / icuSources / i18n / sortkey.cpp
index f6c3cf5f330b4606f00b7a61396224cc62295998..ceca9d165063631c74f4731acb61ea12213a7d18 100644 (file)
@@ -396,7 +396,7 @@ U_CAPI int32_t U_EXPORT2
 ucol_keyHashCode(const uint8_t *key, 
                        int32_t  length)
 {
-    CollationKey newKey(key, length);
+    U_NAMESPACE_QUALIFIER CollationKey newKey(key, length);
     return newKey.hashCode();
 }