X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a01113dcd0f39d5da295ef82785beff9ed86fe38..HEAD:/icuSources/i18n/unicode/unirepl.h diff --git a/icuSources/i18n/unicode/unirepl.h b/icuSources/i18n/unicode/unirepl.h index 822da8cd..1ec627ab 100644 --- a/icuSources/i18n/unicode/unirepl.h +++ b/icuSources/i18n/unicode/unirepl.h @@ -14,12 +14,13 @@ #include "unicode/utypes.h" +#if U_SHOW_CPLUSPLUS_API + /** * \file * \brief C++ API: UnicodeReplacer */ -#if U_SHOW_CPLUSPLUS_API U_NAMESPACE_BEGIN class Replaceable; @@ -96,6 +97,7 @@ class U_I18N_API UnicodeReplacer /* not : public UObject because this is an inte }; U_NAMESPACE_END -#endif // U_SHOW_CPLUSPLUS_API + +#endif /* U_SHOW_CPLUSPLUS_API */ #endif