ICU-13569 rbbi.h, add missing U_HIDE_INTERNAL_API conditional.

X-SVN-Rev: 40986
This commit is contained in:
Andy Heninger 2018-02-26 20:46:27 +00:00
parent 52ce37b900
commit a3837321f6

View File

@ -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: