]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgdlg.h
suppress VC7.1 64 bit correctness warnings
[wxWidgets.git] / include / wx / msgdlg.h
index 8435c2825bb44e40c92ab84779c81694fe2f20a5..ac9c91b8b5f2b674b4fe466c3cf9e4ad0a2f6038 100644 (file)
@@ -31,7 +31,7 @@ int WXDLLEXPORT wxMessageBox(const wxString& message,
                             const wxString& caption = wxMessageBoxCaptionStr,
                             long style = wxOK | wxCENTRE,
                             wxWindow *parent = NULL,
-                            int x = -1, int y = -1);
+                            int x = wxDefaultCoord, int y = wxDefaultCoord);
 
 #endif // wxUSE_MSGDLG