Fix function argument types

This commit is contained in:
Christoph Weiss 2025-12-19 09:28:27 +01:00
parent b969c2f5b6
commit b5c7e65207
1 changed files with 2 additions and 2 deletions

View File

@ -2012,9 +2012,9 @@ class Options
const std::string& group,
const std::string& short_name,
const std::string& single_long_name,
std::string desc,
const std::string& desc,
const std::shared_ptr<const Value>& value,
std::string arg_help
const std::string& arg_help
)
{
OptionNames long_names;