Added Reset() to command line parser and called it from Parse(), so

that you can call Parse() multiple times and get the desired result.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-08-22 14:00:47 +00:00
parent 64acfbb2be
commit 07d09af8cc
3 changed files with 19 additions and 2 deletions

View File

@@ -187,6 +187,9 @@ public:
// gets the value of Nth parameter (as string only for now)
wxString GetParam(size_t n = 0u) const;
// Resets switches and options
void Reset();
private:
// common part of all ctors
void Init();