From 8a5c5134d51ca4982b435a14e062bac6b5a49704 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Fri, 18 Jun 2004 07:15:55 +0000 Subject: Src/DllPlugInTester/ src/DllPlugInTester/*.cpp: bug #941625, string literal using char * instead of const char *. Patch contributed by Curt Arnold has been applied. --- src/DllPlugInTester/CommandLineParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DllPlugInTester/CommandLineParser.cpp') diff --git a/src/DllPlugInTester/CommandLineParser.cpp b/src/DllPlugInTester/CommandLineParser.cpp index 4aecacb..f4c19f5 100644 --- a/src/DllPlugInTester/CommandLineParser.cpp +++ b/src/DllPlugInTester/CommandLineParser.cpp @@ -2,7 +2,7 @@ CommandLineParser::CommandLineParser( int argc, - char *argv[] ) + const char *argv[] ) : m_currentArgument( 0 ) , m_useCompiler( false ) , m_useXml( false ) -- cgit v1.2.1