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
@ -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…
Reference in New Issue
Block a user