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:
Peter Edberg 2013-09-25 04:45:57 +00:00
parent b94cbefba9
commit fffa6d65af

View File

@ -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
/**