From a3837321f6575de45b6ef1dc2e9f3b8b1f937b30 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Mon, 26 Feb 2018 20:46:27 +0000 Subject: [PATCH] ICU-13569 rbbi.h, add missing U_HIDE_INTERNAL_API conditional. X-SVN-Rev: 40986 --- icu4c/source/common/unicode/rbbi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icu4c/source/common/unicode/rbbi.h b/icu4c/source/common/unicode/rbbi.h index 414d638968b..5374a8a24d9 100644 --- a/icu4c/source/common/unicode/rbbi.h +++ b/icu4c/source/common/unicode/rbbi.h @@ -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: -- 2.40.0