diff options
Diffstat (limited to 'Source/WXDialog/CommandLineInfo.h')
-rw-r--r-- | Source/WXDialog/CommandLineInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WXDialog/CommandLineInfo.h b/Source/WXDialog/CommandLineInfo.h index 7cacffe..42b79a2 100644 --- a/Source/WXDialog/CommandLineInfo.h +++ b/Source/WXDialog/CommandLineInfo.h @@ -52,7 +52,7 @@ public: private: // Parse one argument - bool ParseArgument(const wxString& sParam); + size_t ParseSwitch(char **argv, int arg_index, int argc); // Return boolean value of the string static int GetBoolValue(const wxString&); |