From 37bdffb24041e78c23f36d315bf3f527fe7a6e4e Mon Sep 17 00:00:00 2001 From: Frank Tang Date: Thu, 21 Mar 2024 17:24:58 +0000 Subject: [PATCH] ICU-22679 Fix broken header test See #2918 --- icu4c/source/i18n/unicode/calendar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/calendar.h b/icu4c/source/i18n/unicode/calendar.h index 171f3f64cea..fbe501c9d1c 100644 --- a/icu4c/source/i18n/unicode/calendar.h +++ b/icu4c/source/i18n/unicode/calendar.h @@ -2564,7 +2564,6 @@ Calendar::internalSet(UCalendarDateFields field, int32_t value) fIsSet[field] = true; // Remove later } -#ifndef U_HIDE_INTERNAL_API /** * Macro for the class to declare it override * haveDefaultCentury, defaultCenturyStart, and @@ -2576,6 +2575,7 @@ Calendar::internalSet(UCalendarDateFields field, int32_t value) virtual UDate defaultCenturyStart() const override; \ virtual int32_t defaultCenturyStartYear() const override; +#ifndef U_HIDE_INTERNAL_API inline int32_t Calendar::weekNumber(int32_t dayOfPeriod, int32_t dayOfWeek) { return weekNumber(dayOfPeriod, dayOfPeriod, dayOfWeek);