diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-06-18 07:15:55 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-06-18 07:15:55 +0000 |
| commit | 8a5c5134d51ca4982b435a14e062bac6b5a49704 (patch) | |
| tree | acfcbc449bce4ee3f0fa6036fa07d851befb8bfd /src/DllPlugInTester/CommandLineParserTest.h | |
| parent | 3bbf1aebb2c0d461b03f6cd8e3b2f964f3d00aeb (diff) | |
| download | cppunit-8a5c5134d51ca4982b435a14e062bac6b5a49704.tar.gz | |
Src/DllPlugInTester/
src/DllPlugInTester/*.cpp: bug #941625, string literal using char *
instead of const char *. Patch contributed by Curt Arnold has been
applied.
Diffstat (limited to 'src/DllPlugInTester/CommandLineParserTest.h')
| -rw-r--r-- | src/DllPlugInTester/CommandLineParserTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DllPlugInTester/CommandLineParserTest.h b/src/DllPlugInTester/CommandLineParserTest.h index fa15fb1..ce2693c 100644 --- a/src/DllPlugInTester/CommandLineParserTest.h +++ b/src/DllPlugInTester/CommandLineParserTest.h @@ -45,7 +45,7 @@ private: CommandLineParserTest( const CommandLineParserTest &other ); void operator =( const CommandLineParserTest &other ); - void parse( char **lines ); + void parse( const char **lines ); private: CommandLineParser *_parser; |
