X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a01113dcd0f39d5da295ef82785beff9ed86fe38..340931cb2e044a2141d11567dd0f782524e32994:/icuSources/i18n/unicode/compactdecimalformat.h?ds=sidebyside diff --git a/icuSources/i18n/unicode/compactdecimalformat.h b/icuSources/i18n/unicode/compactdecimalformat.h index a91bd570..9c1e2009 100644 --- a/icuSources/i18n/unicode/compactdecimalformat.h +++ b/icuSources/i18n/unicode/compactdecimalformat.h @@ -14,6 +14,9 @@ #define __COMPACT_DECIMAL_FORMAT_H__ #include "unicode/utypes.h" + +#if U_SHOW_CPLUSPLUS_API + /** * \file * \brief C++ API: Compatibility APIs for compact decimal number formatting. @@ -25,7 +28,6 @@ struct UHashtable; -#if U_SHOW_CPLUSPLUS_API U_NAMESPACE_BEGIN class PluralRules; @@ -103,7 +105,7 @@ public: * @return a polymorphic copy of this CompactDecimalFormat. * @stable ICU 51 */ - Format* clone() const U_OVERRIDE; + CompactDecimalFormat* clone() const U_OVERRIDE; using DecimalFormat::format; @@ -185,9 +187,10 @@ public: }; U_NAMESPACE_END -#endif // U_SHOW_CPLUSPLUS_API #endif /* #if !UCONFIG_NO_FORMATTING */ +#endif /* U_SHOW_CPLUSPLUS_API */ + #endif // __COMPACT_DECIMAL_FORMAT_H__ //eof