diff --git a/icu4c/source/i18n/unicode/messageformat2_formattable.h b/icu4c/source/i18n/unicode/messageformat2_formattable.h index 6fa152aa102..15690491089 100644 --- a/icu4c/source/i18n/unicode/messageformat2_formattable.h +++ b/icu4c/source/i18n/unicode/messageformat2_formattable.h @@ -146,7 +146,7 @@ namespace message2 { * @internal ICU 76 technology preview * @deprecated This API is for technology preview only. */ - TimeZone* createTimeZone(UErrorCode&) const; + TimeZone* createTimeZone(UErrorCode& status) const; }; /**