diff --git a/icu4c/source/i18n/rbt_rule.cpp b/icu4c/source/i18n/rbt_rule.cpp index 100d592fbb..7db9104417 100644 --- a/icu4c/source/i18n/rbt_rule.cpp +++ b/icu4c/source/i18n/rbt_rule.cpp @@ -111,6 +111,7 @@ TransliterationRule::TransliterationRule(TransliterationRule& other) : keyLength(other.keyLength), cursorPos(other.cursorPos), flags(other.flags), + firstKeySeg(other.firstKeySeg), data(other.data) { segments = 0;