diff options
Diffstat (limited to 'Source/kwsys/CommandLineArguments.hxx.in')
-rw-r--r-- | Source/kwsys/CommandLineArguments.hxx.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/CommandLineArguments.hxx.in b/Source/kwsys/CommandLineArguments.hxx.in index 70ef2d3..6671516 100644 --- a/Source/kwsys/CommandLineArguments.hxx.in +++ b/Source/kwsys/CommandLineArguments.hxx.in @@ -86,6 +86,7 @@ public: * Initialize internal data structures. This should be called before parsing. */ void Initialize(int argc, const char* const argv[]); + void Initialize(int argc, char* argv[]); /** * Initialize internal data structure and pass arguments one by one. This is |