mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-1275 fixed rbnf copy constructor
X-SVN-Rev: 6227
This commit is contained in:
parent
b6508f296f
commit
d007e2cd57
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ RuleBasedNumberFormat::RuleBasedNumberFormat(const RuleBasedNumberFormat& rhs)
|
|||
, lenient(FALSE)
|
||||
, lenientParseRules(NULL)
|
||||
{
|
||||
this->operator==(rhs);
|
||||
this->operator=(rhs);
|
||||
}
|
||||
|
||||
RuleBasedNumberFormat&
|
||||
|
|
Loading…
Add table
Reference in a new issue