summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/rbbi_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/rbbi_cache.h')
-rw-r--r--deps/icu-small/source/common/rbbi_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/rbbi_cache.h b/deps/icu-small/source/common/rbbi_cache.h
index 8dc7320db9..fd6deb4333 100644
--- a/deps/icu-small/source/common/rbbi_cache.h
+++ b/deps/icu-small/source/common/rbbi_cache.h
@@ -56,7 +56,7 @@ class RuleBasedBreakIterator::DictionaryCache: public UMemory {
RuleBasedBreakIterator *fBI;
- UVector32 *fBreaks; // A vector containing the boundaries.
+ UVector32 fBreaks; // A vector containing the boundaries.
int32_t fPositionInCache; // Index in fBreaks of last boundary returned by following()
// or preceding(). Optimizes sequential access.
int32_t fStart; // Text position of first boundary in cache.