ICU-1275 fixed rbnf copy constructor
X-SVN-Rev: 6227
This commit is contained in:
parent
b6508f296f
commit
d007e2cd57
@ -98,7 +98,7 @@ RuleBasedNumberFormat::RuleBasedNumberFormat(const RuleBasedNumberFormat& rhs)
|
||||
, lenient(FALSE)
|
||||
, lenientParseRules(NULL)
|
||||
{
|
||||
this->operator==(rhs);
|
||||
this->operator=(rhs);
|
||||
}
|
||||
|
||||
RuleBasedNumberFormat&
|
||||
|
Loading…
Reference in New Issue
Block a user