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