Remove unnecessary inline declaration
This commit is contained in:
parent
930f355fe3
commit
e5faf13b59
@ -1242,9 +1242,9 @@ namespace cxxopts
|
|||||||
std::string arg_help
|
std::string arg_help
|
||||||
);
|
);
|
||||||
|
|
||||||
inline
|
|
||||||
void
|
void
|
||||||
add_group_note(const std::string& group, const std::string& note);
|
add_group_note(const std::string& group, const std::string& note);
|
||||||
|
|
||||||
//parse positional arguments into the given option
|
//parse positional arguments into the given option
|
||||||
void
|
void
|
||||||
parse_positional(std::string option);
|
parse_positional(std::string option);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user