X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..330043b46d2d7fc6ff855f0073ad33d3d637a289:/include/wx/generic/msgdlgg.h?ds=inline diff --git a/include/wx/generic/msgdlgg.h b/include/wx/generic/msgdlgg.h index a2029036a5..fb8aa5cc65 100644 --- a/include/wx/generic/msgdlgg.h +++ b/include/wx/generic/msgdlgg.h @@ -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