diff --git a/include/wx/app.h b/include/wx/app.h index 52fe9ea5d4..85e28145a8 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -209,8 +209,8 @@ public: { return m_appInitFn; } // access to the command line arguments - int argc; - char **argv; + int argc; + wxChar **argv; //private: protected: