ICU-3944 fix compilation error

X-SVN-Rev: 17881
This commit is contained in:
Andy Heninger 2005-06-14 01:28:50 +00:00
parent 452456c2b3
commit f5fa6a33a3

View file

@ -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) {