]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/aaplbfct.cpp
ICU-62108.0.1.tar.gz
[apple/icu.git] / icuSources / common / aaplbfct.cpp
index fbecac0e7facc98d52081e4d9c6d90fb5547d435..8d53b09196095b2155a668c64f7ae22fde3fc9e3 100644 (file)
@@ -196,7 +196,7 @@ and CompactTrieDictionary no longer exists. Need to work out  new implementation
 
 DictionaryMatcher *
 AppleLanguageBreakFactory::loadDictionaryMatcherFor(UScriptCode script, int32_t breakType) {
-       DictionaryMatcher *icuDictMatcher = ICULanguageBreakFactory::loadDictionaryMatcherFor(script, breakType);
+       DictionaryMatcher *icuDictMatcher = ICULanguageBreakFactory::loadDictionaryMatcherFor(script);
 #if !TARGET_OS_EMBEDDED
 #if 0
 // need to update loadDictionaryMatcherFor implementation below