ICU-13569 rbbi.h, add missing U_HIDE_INTERNAL_API conditional.
X-SVN-Rev: 40986
This commit is contained in:
parent
52ce37b900
commit
a3837321f6
@ -59,12 +59,14 @@ private:
|
||||
*/
|
||||
UText fText;
|
||||
|
||||
#ifndef U_HIDE_INTERNAL_API
|
||||
public:
|
||||
#endif /* U_HIDE_INTERNAL_API */
|
||||
/**
|
||||
* The rule data for this BreakIterator instance.
|
||||
* Not for general use; Public only for testing purposes.
|
||||
* @internal
|
||||
*/
|
||||
public:
|
||||
RBBIDataWrapper *fData;
|
||||
private:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user