]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
*** empty log message ***
[wxWidgets.git] / include / wx / app.h
index 52fe9ea5d42cad03f43e1fd585f5ddecba0e0e53..7deb0a45a78bd97f61d03cb40327dd58f883778d 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:
@@ -246,6 +246,8 @@ protected:
     #include "wx/gtk/app.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/app.h"
+#elif defined(__WXPM__)
+    #include "wx/os2/app.h"
 #elif defined(__WXSTUBS__)
     #include "wx/stubs/app.h"
 #endif