]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
file should end with newline
[wxWidgets.git] / include / wx / msw / window.h
index 8349de73e387a7620e753d23a559e602be4d42d4..c218411d0500b0865b5ef6cda404dcf76f0b75bc 100644 (file)
@@ -216,12 +216,12 @@ public:
     // returns TRUE if the window has been created
     bool MSWCreate(int id,
                    wxWindow *parent,
-                   const char *wclass,
+                   const wxChar *wclass,
                    wxWindow *wx_win,
-                   const char *title,
+                   const wxChar *title,
                    int x, int y, int width, int height,
                    WXDWORD style,
-                   const char *dialog_template = NULL,
+                   const wxChar *dialog_template = NULL,
                    WXDWORD exendedStyle = 0);
     virtual bool MSWCommand(WXUINT param, WXWORD id);