summaryrefslogtreecommitdiffstats
path: root/Source/WXDialog/CommandLineInfo.h
diff options
context:
space:
mode:
authorJorgen Bodde <jorgb@xs4all.nl>2005-08-10 20:18:54 (GMT)
committerJorgen Bodde <jorgb@xs4all.nl>2005-08-10 20:18:54 (GMT)
commitf958cc639cbe0fb1029c0a40f96e1efb9ee55b50 (patch)
tree887d7726b2aa2b57c0d8d723b8c705870edf2617 /Source/WXDialog/CommandLineInfo.h
parente59e9d0e5972ef251157d412d4a0ae341caa379f (diff)
downloadCMake-f958cc639cbe0fb1029c0a40f96e1efb9ee55b50.zip
CMake-f958cc639cbe0fb1029c0a40f96e1efb9ee55b50.tar.gz
CMake-f958cc639cbe0fb1029c0a40f96e1efb9ee55b50.tar.bz2
Implemented new parser which can handle:
-G"generator" (legacy format) -G "generator" (new format)
Diffstat (limited to 'Source/WXDialog/CommandLineInfo.h')
-rw-r--r--Source/WXDialog/CommandLineInfo.h2
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&);