mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-13411 Typo in fix.
X-SVN-Rev: 40636
This commit is contained in:
parent
e83872364b
commit
225365d30a
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ U_NAMESPACE_BEGIN
|
|||
#if defined (_MSC_VER)
|
||||
// Ignore warning 4661 as LocalPointerBase does not use operator== or operator!=
|
||||
#pragma warning(suppress: 4661)
|
||||
template class U_I18N_API LocalPointerBase<number::impl::CurrencyPluralInfo>;
|
||||
template class U_I18N_API LocalPointer<number::impl::CurrencyPluralInfo>;
|
||||
template class U_I18N_API LocalPointerBase<CurrencyPluralInfo>;
|
||||
template class U_I18N_API LocalPointer<CurrencyPluralInfo>;
|
||||
#endif
|
||||
|
||||
namespace number {
|
||||
|
|
Loading…
Add table
Reference in a new issue