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__