SHA256
1
0
forked from pool/icu
icu/icu4c-3_6-src-setBreakType-public.diff

18 lines
458 B
Diff

--- source/common/unicode/rbbi.h
+++ source/common/unicode/rbbi.h
@@ -611,12 +611,14 @@
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().)