openbsd-ports/textproc/icu4c/patches/patch-source_common_unicode_rbbi_h
2009-06-07 00:54:43 +00:00

19 lines
652 B
Plaintext

$OpenBSD: patch-source_common_unicode_rbbi_h,v 1.2 2009/06/07 00:54:43 landry Exp $
--- source/common/unicode/rbbi.h.orig Fri May 8 18:12:14 2009
+++ source/common/unicode/rbbi.h Sat May 9 20:17:36 2009
@@ -633,12 +633,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().)