mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-10442 Fix to have proper #ifndef U_HIDE_DRAFT_API around the now-draft-again API
X-SVN-Rev: 34480
This commit is contained in:
parent
b94cbefba9
commit
fffa6d65af
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue