diff --git a/icu4c/source/i18n/messageformat2.cpp b/icu4c/source/i18n/messageformat2.cpp index 23a6f91d549e..cd27b4b36ff9 100644 --- a/icu4c/source/i18n/messageformat2.cpp +++ b/icu4c/source/i18n/messageformat2.cpp @@ -185,7 +185,7 @@ FunctionOptions MessageFormatter::resolveOptions(const Environment& env, const O return {}; } - LocalPointer arg(arg_); + LocalPointer arg(arg_); // Look up the formatter or selector LocalPointer formatterImpl(nullptr);