ICU-6360 fix problem with U_USING_ICU_NAMESPACES=0 build

X-SVN-Rev: 24226
This commit is contained in:
Andy Heninger 2008-06-18 19:57:54 +00:00
parent 17ad04d1f4
commit 3f894f5616

View file

@ -342,7 +342,7 @@ struct UCollationElements
/**
* Data for getNextProcessed, getPreviousProcessed.
*/
UCollationPCE *pce;
U_NAMESPACE_QUALIFIER UCollationPCE *pce;
};