Modified to remove Linux compiler warnings.

X-SVN-Rev: 4102
This commit is contained in:
Syn Wee Quek 2001-03-15 19:35:27 +00:00
parent d391893785
commit 620754cde6

View File

@ -636,7 +636,7 @@ Normalizer::EMode RuleBasedCollator::getDecomposition(void) const
// RuleBaseCollatorNew private constructor ----------------------------------
RuleBasedCollator::RuleBasedCollator() : dataIsOwned(FALSE)
RuleBasedCollator::RuleBasedCollator() : dataIsOwned(FALSE), ucollator(0)
{
}