From: Markus Scherer Date: Fri, 10 Mar 2017 21:22:38 +0000 (+0000) Subject: ICU-12992 still use U_FINAL X-Git-Tag: release-59-rc~119^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8f912c3c4481ca0ca2d25446c470a5ddca6d190;p=icu ICU-12992 still use U_FINAL X-SVN-Rev: 39761 --- diff --git a/icu4c/source/common/unicode/char16ptr.h b/icu4c/source/common/unicode/char16ptr.h index 2e85aa71aba..4035ce9bbbc 100644 --- a/icu4c/source/common/unicode/char16ptr.h +++ b/icu4c/source/common/unicode/char16ptr.h @@ -34,7 +34,7 @@ U_NAMESPACE_BEGIN * char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types. * @draft ICU 59 */ -class U_COMMON_API Char16Ptr final { +class U_COMMON_API Char16Ptr U_FINAL { public: /** * Copies the pointer. @@ -133,7 +133,7 @@ char16_t *Char16Ptr::get() const { return u.cp; } * const char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types. * @draft ICU 59 */ -class U_COMMON_API ConstChar16Ptr final { +class U_COMMON_API ConstChar16Ptr U_FINAL { public: /** * Copies the pointer.