ICU-1076 fix copy ct

X-SVN-Rev: 5407
This commit is contained in:
Alan Liu 2001-07-31 23:15:34 +00:00
parent c224531e81
commit b3863c461c

View File

@ -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;