mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 18:56:53 +00:00
ICU-1087 HP/UX fix
X-SVN-Rev: 5554
This commit is contained in:
parent
24f49e50cc
commit
0fa6d5c031
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ uint8_t gByteLocaleCache[LOCALE_CACHE_SIZE];
|
|||
|
||||
Locale *gLocaleCache = NULL;
|
||||
|
||||
Locale::LocaleProxy::operator const class Locale&(void) const
|
||||
Locale::LocaleProxy::operator const Locale&(void) const
|
||||
{
|
||||
return Locale::getLocale(magicLocaleNumber);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue