projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
applied patch 441270 (fix cygwin wxSplashScreen compilation)
[wxWidgets.git]
/
include
/
wx
/
mac
/
msgdlg.h
diff --git
a/include/wx/mac/msgdlg.h
b/include/wx/mac/msgdlg.h
index 58fa8e51ae571267a98c103d8c659c66e23a3088..7fff51a61a851e4c24df2e4beb347abb21f5b026 100644
(file)
--- a/
include/wx/mac/msgdlg.h
+++ b/
include/wx/mac/msgdlg.h
@@
-41,10
+41,5
@@
public:
int ShowModal();
};
-
-int WXDLLEXPORT wxMessageBox(const wxString& message, const wxString& caption = wxMessageBoxCaptionStr,
- long style = wxOK|wxCENTRE,
- wxWindow *parent = NULL, int x = -1, int y = -1);
-
#endif
// _WX_MSGBOXDLG_H_