Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Sep 27, 2024
1 parent 64c4610 commit 51d2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu4c/source/i18n/messageformat2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ FunctionOptions MessageFormatter::resolveOptions(const Environment& env, const O
return {};
}

LocalPointer arg(arg_);
LocalPointer<InternalValue> arg(arg_);

// Look up the formatter or selector
LocalPointer<Formatter> formatterImpl(nullptr);
Expand Down

0 comments on commit 51d2915

Please sign in to comment.