diff options
Diffstat (limited to 'Source/kwsys/CommandLineArguments.cxx')
-rw-r--r-- | Source/kwsys/CommandLineArguments.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/CommandLineArguments.cxx b/Source/kwsys/CommandLineArguments.cxx index 909c33f..0eca02a 100644 --- a/Source/kwsys/CommandLineArguments.cxx +++ b/Source/kwsys/CommandLineArguments.cxx @@ -89,7 +89,7 @@ CommandLineArguments::~CommandLineArguments() } //---------------------------------------------------------------------------- -void CommandLineArguments::Initialize(int argc, char* argv[]) +void CommandLineArguments::Initialize(int argc, const char* const argv[]) { int cc; |