ICU-1275 fixed rbnf copy constructor

X-SVN-Rev: 6227
This commit is contained in:
Doug Felt 2001-10-12 23:47:12 +00:00
parent b6508f296f
commit d007e2cd57

View File

@ -98,7 +98,7 @@ RuleBasedNumberFormat::RuleBasedNumberFormat(const RuleBasedNumberFormat& rhs)
, lenient(FALSE)
, lenientParseRules(NULL)
{
this->operator==(rhs);
this->operator=(rhs);
}
RuleBasedNumberFormat&