CLI: Removed unused and eclipsed argument to ::addArg.

This commit is contained in:
Paul Beckingham
2015-06-07 10:02:00 -04:00
parent 7f763aacb9
commit 3dc7baa4ed
2 changed files with 4 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ public:
const std::string dump (const std::string& title = "CLI Parser") const;
private:
void addArg (const std::string&, Lexer::Type type = Lexer::Type::word);
void addArg (const std::string&);
void aliasExpansion ();
void findOverrides ();
void categorize ();