]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
* wxDataStreams use wxUint now.
[wxWidgets.git] / include / wx / msw / app.h
index bc0dd1528f29d3126a825f72b51a05016a4456e1..0b79229f8b55cf256e54512a2c525df2851af238 100644 (file)
@@ -113,7 +113,7 @@ class WXDLLEXPORT wxApp: public wxEvtHandler
 
 public:
   int               argc;
-  char **           argv;
+  wxChar **         argv;
 
 protected:
   bool              m_wantDebugOutput ;