X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8461e4c253d4cec65e8f0320246a56d22555eb5e..eda40bfc08b7c15d395316768ea662959b5884b9:/include/wx/msw/app.h diff --git a/include/wx/msw/app.h b/include/wx/msw/app.h index e361fa3ca8..c6e1348015 100644 --- a/include/wx/msw/app.h +++ b/include/wx/msw/app.h @@ -81,7 +81,7 @@ public: static bool UnregisterWindowClasses(); // Convert Windows to argc, argv style - void ConvertToStandardCommandArgs(char* p); + void ConvertToStandardCommandArgs(const char* p); // message processing // ------------------