Remove unnecessary inline declaration

This commit is contained in:
Kevin Lussier 2018-06-13 19:04:23 -07:00
parent 930f355fe3
commit e5faf13b59

View File

@ -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);