mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1076 fix copy ct
X-SVN-Rev: 5407
This commit is contained in:
parent
c224531e81
commit
b3863c461c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue