Remove unused OptionsCategory arg from AddCommand

This commit is contained in:
MarcoFalke
2021-06-17 14:01:57 +02:00
parent fa3c1eee7f
commit fa751a47ff
4 changed files with 9 additions and 9 deletions

View File

@@ -374,7 +374,7 @@ public:
/**
* Add subcommand
*/
void AddCommand(const std::string& cmd, const std::string& help, const OptionsCategory& cat);
void AddCommand(const std::string& cmd, const std::string& help);
/**
* Add many hidden arguments