Remove default value from function definition
This commit is contained in:
parent
aa84192afc
commit
e4ce85ba09
@ -2725,7 +2725,7 @@ Options::generate_all_groups_help(String& result) const
|
|||||||
|
|
||||||
inline
|
inline
|
||||||
std::string
|
std::string
|
||||||
Options::help(const std::vector<std::string>& help_groups, bool print_usage=true) const
|
Options::help(const std::vector<std::string>& help_groups, bool print_usage) const
|
||||||
{
|
{
|
||||||
String result = m_help_string;
|
String result = m_help_string;
|
||||||
if(print_usage)
|
if(print_usage)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user