]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/msgdlg.h
wxDocManager gets the only view if none other specified as the current view;
[wxWidgets.git] / include / wx / msw / msgdlg.h
index 7188bb2f62a4b8c35014ebb3ec6ab1627b202bdf..27c10ef6e126dad5b98c9b1787024b07fb1580ba 100644 (file)
@@ -42,8 +42,8 @@ public:
 
 
 int WXDLLEXPORT wxMessageBox(const wxString& message, const wxString& caption = wxMessageBoxCaptionStr,
-  const long style = wxOK|wxCENTRE,
-  wxWindow *parent = NULL, const int x = -1, const int y = -1);
+  long style = wxOK|wxCENTRE,
+  wxWindow *parent = NULL, int x = -1, int y = -1);
 
 #endif
     // __MSGBOXDLGH__