diff --git a/src/openrct2-ui/Ui.cpp b/src/openrct2-ui/Ui.cpp index 0c31fcb529..c859a1690f 100644 --- a/src/openrct2-ui/Ui.cpp +++ b/src/openrct2-ui/Ui.cpp @@ -70,7 +70,7 @@ int main(int argc, const char * * argv) #ifdef __ANDROID__ extern "C" { -int SDL_main(int argc, char *argv[]) +int SDL_main(int argc, const char *argv[]) { return main(argc, argv); }