]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
1. more wxMotif fixes
[wxWidgets.git] / include / wx / app.h
index 52fe9ea5d42cad03f43e1fd585f5ddecba0e0e53..85e28145a8221978ec37ba58495d01440eeda1e7 100644 (file)
@@ -209,8 +209,8 @@ public:
         { return m_appInitFn; }
 
     // access to the command line arguments
-    int     argc;
-    char  **argv;
+    int      argc;
+    wxChar **argv;
 
 //private:
 protected: