ICU-807
Modified to remove Linux compiler warnings. X-SVN-Rev: 4102
This commit is contained in:
parent
d391893785
commit
620754cde6
@ -636,7 +636,7 @@ Normalizer::EMode RuleBasedCollator::getDecomposition(void) const
|
||||
|
||||
// RuleBaseCollatorNew private constructor ----------------------------------
|
||||
|
||||
RuleBasedCollator::RuleBasedCollator() : dataIsOwned(FALSE)
|
||||
RuleBasedCollator::RuleBasedCollator() : dataIsOwned(FALSE), ucollator(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user