mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4152 fix syntax error.
X-SVN-Rev: 18959
This commit is contained in:
parent
e6b05fd11e
commit
2aee23b0eb
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ void UnicodeSetIterator::loadRange(int32_t iRange) {
|
|||
}
|
||||
|
||||
|
||||
const UnicodeString& UnicodeSetIterator::UnicodeSetIterator::getString() {
|
||||
const UnicodeString& UnicodeSetIterator::getString() {
|
||||
if (string==NULL && codepoint!=(UChar32)IS_STRING) {
|
||||
if (cpString == NULL) {
|
||||
cpString = new UnicodeString();
|
||||
|
|
Loading…
Add table
Reference in a new issue