X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6afc1b46650ee234868fd4f38526e22a664b6638..8a18ea3f03ee46d13545a26156631ac102441fc1:/src/palmos/main.cpp?ds=inline diff --git a/src/palmos/main.cpp b/src/palmos/main.cpp index 4e75c85aff..b79eb05b9b 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(wx_const_cast(int, argc), argv); } #endif // wxUSE_GUI