- Forgot to commit the change declaring the default argument for ::addArg.
This commit is contained in:
Paul Beckingham 2014-11-02 12:02:29 -05:00
parent 290f248db8
commit 03176b45ad

View file

@ -78,7 +78,7 @@ public:
const std::string dump (const std::string& title = "CLI Parser") const;
private:
void addArg (const std::string&);
void addArg (const std::string&, bool first = false);
void aliasExpansion ();
void findOverrides ();
void categorize ();