mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4741 Fix new code for newer gcc compilers
X-SVN-Rev: 18801
This commit is contained in:
parent
fe6c7107d6
commit
fc836bb134
1 changed files with 1 additions and 1 deletions
|
@ -1339,7 +1339,7 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneKeysEnumeration);
|
||||
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneKeysEnumeration)
|
||||
|
||||
void
|
||||
DateFormatSymbols::initZoneStringsArray(UErrorCode& status){
|
||||
|
|
Loading…
Add table
Reference in a new issue