X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6afc1b46650ee234868fd4f38526e22a664b6638..5d2be7cc55d83b6e5a7597add2fef248ab3c558f:/src/palmos/main.cpp?ds=sidebyside 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