diff options
Diffstat (limited to 'content/app/content_main.h')
-rw-r--r-- | content/app/content_main.h | 2 |
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 |