Remove value from handle_info().

This commit is contained in:
tastytea 2019-08-06 18:42:17 +02:00
parent e2eb8a1f41
commit 85675c8b98
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public:
protected:
void defineOptions(OptionSet& options);
void handle_info(const std::string &name, const std::string &value);
void handle_info(const std::string &name, const std::string &);
void handle_options(const std::string &name, const std::string &value);
void print_help();
void print_version();