From fffa6d65afac806d8bf0a764761ab81ec2ace26f Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Wed, 25 Sep 2013 04:45:57 +0000 Subject: [PATCH] ICU-10442 Fix to have proper #ifndef U_HIDE_DRAFT_API around the now-draft-again API X-SVN-Rev: 34480 --- icu4c/source/common/unicode/listformatter.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icu4c/source/common/unicode/listformatter.h b/icu4c/source/common/unicode/listformatter.h index 67286609822..11d90e1403c 100644 --- a/icu4c/source/common/unicode/listformatter.h +++ b/icu4c/source/common/unicode/listformatter.h @@ -75,6 +75,7 @@ class U_COMMON_API ListFormatter : public UObject{ */ ListFormatter& operator=(const ListFormatter& other); +#ifndef U_HIDE_DRAFT_API /** * Creates a ListFormatter appropriate for the default locale. * @@ -95,6 +96,7 @@ class U_COMMON_API ListFormatter : public UObject{ * @draft ICU 50 */ static ListFormatter* createInstance(const Locale& locale, UErrorCode& errorCode); +#endif /* U_HIDE_DRAFT_API */ #ifndef U_HIDE_INTERNAL_API /**