X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d7388d3e86cc692fb576902f71618c87d7e4b9c..eea4d01c65f9b29baa1193db762b4c6b8144af24:/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