]> git.saurik.com Git - wxWidgets.git/commitdiff
Let argv[] be wxChar**
authorOve Kaaven <ovek@arcticnet.no>
Fri, 23 Jul 1999 09:36:03 +0000 (09:36 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Fri, 23 Jul 1999 09:36:03 +0000 (09:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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: