]> granicus.if.org Git - icu/commitdiff
ICU-12931 Removing erroneous #ifdef U_HIDE_INTERNAL_API in numfmt.h
authorShane Carr <shane@unicode.org>
Mon, 14 May 2018 23:38:13 +0000 (23:38 +0000)
committerShane Carr <shane@unicode.org>
Mon, 14 May 2018 23:38:13 +0000 (23:38 +0000)
X-SVN-Rev: 41376

icu4c/source/i18n/unicode/numfmt.h

index 57b021e528929003c027c136b4fd8242182a272e..80ce0c00b591b5b64a8f7059a8651a62a6a00858 100644 (file)
@@ -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