mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-3944 fix compilation error
X-SVN-Rev: 17881
This commit is contained in:
parent
452456c2b3
commit
f5fa6a33a3
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ struct ExtendedUText: public UText {
|
|||
void *extension;
|
||||
};
|
||||
|
||||
static const UText emptyText = UTEXT_INITIALIZER
|
||||
static const UText emptyText = UTEXT_INITIALIZER;
|
||||
|
||||
U_DRAFT UText * U_EXPORT2
|
||||
utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) {
|
||||
|
|
Loading…
Add table
Reference in a new issue