X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6afc1b46650ee234868fd4f38526e22a664b6638..1aeaccf31027cbb6d69b460c5f1cfb682e73b31c:/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