From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Wed, 25 Oct 2017 17:27:45 +0000 (+0000) Subject: ICU-13411 Typo in fix. X-Git-Tag: release-61-rc~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=225365d30ae1deb08352edaa60083dda348c5473;p=icu ICU-13411 Typo in fix. X-SVN-Rev: 40636 --- diff --git a/icu4c/source/i18n/number_decimfmtprops.h b/icu4c/source/i18n/number_decimfmtprops.h index d144dfb71b3..3e25966b6f5 100644 --- a/icu4c/source/i18n/number_decimfmtprops.h +++ b/icu4c/source/i18n/number_decimfmtprops.h @@ -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; -template class U_I18N_API LocalPointer; +template class U_I18N_API LocalPointerBase; +template class U_I18N_API LocalPointer; #endif namespace number {