Index: source/i18n/rbt_pars.cpp |
diff --git a/source/i18n/rbt_pars.cpp b/source/i18n/rbt_pars.cpp |
index fadc3d21b24aed01c8ad3447f8519a4cecb80bd5..bb7f282f1a41dbbda4bb1bff23ffc0045c6f928e 100644 |
--- a/source/i18n/rbt_pars.cpp |
+++ b/source/i18n/rbt_pars.cpp |
@@ -1102,7 +1102,7 @@ void TransliteratorParser::parseRules(const UnicodeString& rule, |
for (int32_t j = 0; j < data->variablesLength; j++) { |
data->variables[j] = |
- ((UnicodeSet*)variablesVector.elementAt(j)); |
+ ((UnicodeFunctor*)variablesVector.elementAt(j)); |
} |
data->variableNames.removeAll(); |