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