]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdline.h
Added some missing tests; replaced scrolwin.cpp with scrlwng.cpp
[wxWidgets.git] / include / wx / cmdline.h
index 7e10524d01c9f86279a606e1e5caea50a722b8b1..6ac61e93619d69ce0abc6cd7aba5c37b2fc86867 100644 (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();