]> granicus.if.org Git - icu/commitdiff
ICU-12992 still use U_FINAL
authorMarkus Scherer <markus.icu@gmail.com>
Fri, 10 Mar 2017 21:22:38 +0000 (21:22 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Fri, 10 Mar 2017 21:22:38 +0000 (21:22 +0000)
X-SVN-Rev: 39761

icu4c/source/common/unicode/char16ptr.h

index 2e85aa71aba15f32e79b505f220f5d5b5a3dc498..4035ce9bbbcbca8cec59ebfa66a45e365ea2e04f 100644 (file)
@@ -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.