summaryrefslogtreecommitdiffstats
path: root/content/app/content_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/app/content_main.h')
-rw-r--r--content/app/content_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/app/content_main.h b/content/app/content_main.h
index 259c813..386902d 100644
--- a/content/app/content_main.h
+++ b/content/app/content_main.h
@@ -33,7 +33,7 @@ int ContentMain(HINSTANCE instance,
ContentMainDelegate* delegate);
#else
int ContentMain(int argc,
- char** argv,
+ const char** argv,
ContentMainDelegate* delegate);
#endif