From b3863c461cc13bbae8a2f3beb91e77a79c67ad9f Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Tue, 31 Jul 2001 23:15:34 +0000 Subject: [PATCH] ICU-1076 fix copy ct X-SVN-Rev: 5407 --- icu4c/source/i18n/rbt_rule.cpp | 1 + 1 file changed, 1 insertion(+) 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;