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 f12f542..c35b589 100644 --- a/content/app/content_main.h +++ b/content/app/content_main.h @@ -34,7 +34,7 @@ CONTENT_EXPORT int ContentMain(HINSTANCE instance, ContentMainDelegate* delegate); #else CONTENT_EXPORT int ContentMain(int argc, - char** argv, + const char** argv, ContentMainDelegate* delegate); #endif |