]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/msgdlgg.h
a couple of "const" mistakenly removed restored
[wxWidgets.git] / include / wx / generic / msgdlgg.h
index a2029036a5a0d5a516c4e0f09570fc993530368f..fb8aa5cc65c3c40258eb64e5e6a0a303cbf50323 100644 (file)
@@ -44,7 +44,7 @@ DECLARE_EVENT_TABLE()
 #define wxMessageDialog wxGenericMessageDialog
 
 int 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