mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 07:22:11 +00:00
ICU-6360 fix problem with U_USING_ICU_NAMESPACES=0 build
X-SVN-Rev: 24226
This commit is contained in:
parent
17ad04d1f4
commit
3f894f5616
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ struct UCollationElements
|
|||
/**
|
||||
* Data for getNextProcessed, getPreviousProcessed.
|
||||
*/
|
||||
UCollationPCE *pce;
|
||||
U_NAMESPACE_QUALIFIER UCollationPCE *pce;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue