X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6afc1b46650ee234868fd4f38526e22a664b6638..c7e94140cd436c6c234a382ad4e16ec5da65830c:/src/palmos/main.cpp diff --git a/src/palmos/main.cpp b/src/palmos/main.cpp index 4e75c85aff..7268bcc5f3 100644 --- a/src/palmos/main.cpp +++ b/src/palmos/main.cpp @@ -52,7 +52,7 @@ int wxEntry() // argv[] must be NULL-terminated argv[argc] = NULL; - return wxEntry(argc, argv); + return wxEntry(const_cast(argc), argv); } #endif // wxUSE_GUI