mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-2135 Searching for writeable caches. This table doesn't need to be writable.
X-SVN-Rev: 9777
This commit is contained in:
parent
554bd431af
commit
f793531340
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ void RBBINode::findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &s
|
|||
// print. Print out a single node, for debugging.
|
||||
//
|
||||
//-------------------------------------------------------------------------
|
||||
static const char *nodeTypeNames[] = {
|
||||
static const char * const nodeTypeNames[] = {
|
||||
"setRef",
|
||||
"uset",
|
||||
"varRef",
|
||||
|
|
Loading…
Add table
Reference in a new issue