From b8f912c3c4481ca0ca2d25446c470a5ddca6d190 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Fri, 10 Mar 2017 21:22:38 +0000 Subject: [PATCH] ICU-12992 still use U_FINAL X-SVN-Rev: 39761 --- icu4c/source/common/unicode/char16ptr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.40.0