projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
IRIX compilation fix: don't redeclare usleep() if HAVE_USLEEP is defined
[wxWidgets.git]
/
src
/
gtk1
/
msgdlg.cpp
diff --git
a/src/gtk1/msgdlg.cpp
b/src/gtk1/msgdlg.cpp
index 66a4b47b666dce093b9583f993bdd2b16b23fa57..6ca49154810bada7180376d09d45ba4b0f230abe 100644
(file)
--- a/
src/gtk1/msgdlg.cpp
+++ b/
src/gtk1/msgdlg.cpp
@@
-97,7
+97,6
@@
wxMessageDialog::wxMessageDialog(wxWindow *parent,
wxMessageDialog::~wxMessageDialog()
{
- m_widget = NULL;
}
int wxMessageDialog::ShowModal()