From bce96bd55d3745858bfd50fe41cb022ff1a9fac5 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sat, 21 Mar 2009 16:07:46 +0000 Subject: argv should not be modified; make it plenty const. svn-id: r39591 --- base/commandLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/commandLine.h') diff --git a/base/commandLine.h b/base/commandLine.h index 794e08b651..8801ed17d8 100644 --- a/base/commandLine.h +++ b/base/commandLine.h @@ -32,7 +32,7 @@ namespace Base { void registerDefaults(); -Common::String parseCommandLine(Common::StringMap &settings, int argc, char **argv); +Common::String parseCommandLine(Common::StringMap &settings, int argc, const char * const *argv); bool processSettings(Common::String &command, Common::StringMap &settings); } // End of namespace Base -- cgit v1.2.3