$OpenBSD: patch-source_common_unicode_rbbi_h,v 1.1 2008/05/04 12:01:42 robert Exp $ --- source/common/unicode/rbbi.h.orig Thu May 1 13:24:31 2008 +++ source/common/unicode/rbbi.h Thu May 1 13:24:50 2008 @@ -611,12 +611,14 @@ class U_COMMON_API RuleBasedBreakIterator : public Bre virtual int32_t getBreakType() const; #endif +public: /** * Set the type of the break iterator. * @internal */ virtual void setBreakType(int32_t type); +protected: /** * Common initialization function, used by constructors and bufferClone. * (Also used by DictionaryBasedBreakIterator::createBufferClone().)