From: Shane Carr Date: Mon, 14 May 2018 23:38:13 +0000 (+0000) Subject: ICU-12931 Removing erroneous #ifdef U_HIDE_INTERNAL_API in numfmt.h X-Git-Tag: release-62-rc~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3fa4e91b5b396485f7f25087b5182befc636c8c;p=icu ICU-12931 Removing erroneous #ifdef U_HIDE_INTERNAL_API in numfmt.h X-SVN-Rev: 41376 --- diff --git a/icu4c/source/i18n/unicode/numfmt.h b/icu4c/source/i18n/unicode/numfmt.h index 57b021e5289..80ce0c00b59 100644 --- a/icu4c/source/i18n/unicode/numfmt.h +++ b/icu4c/source/i18n/unicode/numfmt.h @@ -556,7 +556,7 @@ public: FieldPositionIterator* posIter, UErrorCode& status) const; -#ifndef U_HIDE_INTERNAL_API +// Can't use #ifndef U_HIDE_INTERNAL_API because these are virtual methods /** * Format a decimal number. @@ -602,8 +602,6 @@ public: FieldPosition& pos, UErrorCode& status) const; -#endif // U_HIDE_INTERNAL_API - /** * Return a long if possible (e.g. within range LONG_MAX, * LONG_MAX], and with no decimals), otherwise a double. If