mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-11 08:01:32 +00:00
ICU-8755 remove MessagePattern from hide-draft-api
X-SVN-Rev: 30511
This commit is contained in:
parent
69c0605df2
commit
1cfc79d829
1 changed files with 1 additions and 10 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "unicode/utypes.h"
|
||||
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
#ifndef U_HIDE_DRAFT_API
|
||||
/* #ifndef U_HIDE_DRAFT_API -- cannot be hidden, as this API is used by other API public classes. */
|
||||
|
||||
#include "unicode/parseerr.h"
|
||||
#include "unicode/unistr.h"
|
||||
|
@ -928,15 +928,6 @@ private:
|
|||
|
||||
U_NAMESPACE_END
|
||||
|
||||
#else
|
||||
U_NAMESPACE_BEGIN
|
||||
class MessagePattern; /* forward reference, though draft API. */
|
||||
enum UMessagePatternApostropheMode{};
|
||||
typedef enum UMessagePatternApostropheMode UMessagePatternApostropheMode;
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
#endif /* U_HIDE_DRAFT_API */
|
||||
#endif // !UCONFIG_NO_FORMATTING
|
||||
|
||||
#endif // __MESSAGEPATTERN_H__
|
||||
|
|
Loading…
Add table
Reference in a new issue