X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d7388d3e86cc692fb576902f71618c87d7e4b9c..8946ede10c2702c7acbb194fe8bd2793d7fb8358:/src/palmos/main.cpp diff --git a/src/palmos/main.cpp b/src/palmos/main.cpp index b79eb05b9b..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(wx_const_cast(int, argc), argv); + return wxEntry(const_cast(argc), argv); } #endif // wxUSE_GUI