mirror of https://github.com/jarro2783/cxxopts.git
Fix function argument types
This commit is contained in:
parent
b969c2f5b6
commit
b5c7e65207
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue