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