]> granicus.if.org Git - icu/commitdiff
ICU-13177 Replacing override with U_OVERRIDE in i18n/plurrule_impl.h
authorShane Carr <shane@unicode.org>
Wed, 4 Oct 2017 13:34:56 +0000 (13:34 +0000)
committerShane Carr <shane@unicode.org>
Wed, 4 Oct 2017 13:34:56 +0000 (13:34 +0000)
X-SVN-Rev: 40543

icu4c/source/i18n/plurrule_impl.h

index 776ba0db396ccdda3d18d688aedd3b856aa90583..b93b40cbf832266f91e24fc9617786d5f422ba3c 100644 (file)
@@ -278,13 +278,13 @@ class U_I18N_API FixedDecimal: public IFixedDecimal, public UObject {
     explicit FixedDecimal(double n);
     explicit FixedDecimal(const VisibleDigits &n);
     FixedDecimal();
-    ~FixedDecimal() override = default;
+    ~FixedDecimal() U_OVERRIDE = default;
     FixedDecimal(const UnicodeString &s, UErrorCode &ec);
     FixedDecimal(const FixedDecimal &other);
 
-    double getPluralOperand(PluralOperand operand) const override;
-    bool isNaN() const override;
-    bool isInfinite() const override;
+    double getPluralOperand(PluralOperand operand) const U_OVERRIDE;
+    bool isNaN() const U_OVERRIDE;
+    bool isInfinite() const U_OVERRIDE;
 
     bool isNanOrInfinity() const;  // used in decimfmtimpl.cpp