| Index: source/common/rbbistbl.cpp
|
| diff --git a/source/common/rbbistbl.cpp b/source/common/rbbistbl.cpp
|
| index c2fdf8233514ce41e03b3969646742cc9a1fadcf..09e928daf801c4523a801fc7591516324e2cc9d6 100644
|
| --- a/source/common/rbbistbl.cpp
|
| +++ b/source/common/rbbistbl.cpp
|
| @@ -1,3 +1,5 @@
|
| +// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
| +// License & terms of use: http://www.unicode.org/copyright.html
|
| //
|
| // file: rbbistbl.cpp Implementation of the ICU RBBISymbolTable class
|
| //
|
| @@ -254,7 +256,7 @@ void RBBISymbolTable::rbbiSymtablePrint() const {
|
| }
|
| RBBISymbolTableEntry *s = (RBBISymbolTableEntry *)e->value.pointer;
|
| RBBI_DEBUG_printUnicodeString(s->key);
|
| - s->val->fLeftChild->printTree(TRUE);
|
| + RBBINode::printTree(s->val->fLeftChild, TRUE);
|
| RBBIDebugPrintf("\n");
|
| }
|
| }
|
|
|