mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-996 Fix syntax for some compilers (Hopefully)
X-SVN-Rev: 5027
This commit is contained in:
parent
8b2f397e72
commit
d938ddf1ca
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ private:
|
|||
kEraLen = 3,
|
||||
|
||||
kZoneNum = 5,
|
||||
kZoneLen = 4,
|
||||
kZoneLen = 4
|
||||
} LastResortSize;
|
||||
|
||||
void initField(UnicodeString **field, int32_t& length, const ResourceBundle data, UErrorCode &status);
|
||||
|
|
Loading…
Add table
Reference in a new issue