mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 14:31:31 +00:00
ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 5542
This commit is contained in:
parent
d2ad569594
commit
667cb7b3b5
1 changed files with 2 additions and 1 deletions
|
@ -259,7 +259,8 @@ UnicodeString::UnicodeString(const char *codepageData,
|
|||
}
|
||||
|
||||
UnicodeString::UnicodeString(const UnicodeString& that)
|
||||
: fLength(0),
|
||||
: Replaceable(),
|
||||
fLength(0),
|
||||
fCapacity(US_STACKBUF_SIZE),
|
||||
fArray(fStackBuffer),
|
||||
fFlags(kShortString)
|
||||
|
|
Loading…
Add table
Reference in a new issue