ICU-1076 fix copy ct
X-SVN-Rev: 5407
This commit is contained in:
parent
c224531e81
commit
b3863c461c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user