]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/msgdlg.cpp
avoid deprecated functions with GTK3
[wxWidgets.git] / src / os2 / msgdlg.cpp
index 97e9b8f99c4ca1d7e317208b7a86616c1d04f355..81dc82639f44554b22047a6465c9b4edead0dd10 100644 (file)
@@ -22,6 +22,7 @@
     #include "wx/math.h"
 #endif
 
+#include "wx/testing.h"
 #include "wx/os2/private.h"
 
 #include <stdlib.h>
@@ -34,6 +35,8 @@ IMPLEMENT_CLASS(wxMessageDialog, wxDialog)
 
 int wxMessageDialog::ShowModal()
 {
+    WX_TESTING_SHOW_MODAL_HOOK();
+
     HWND                            hWnd = 0;
     ULONG                           ulStyle = MB_OK;
     int                             nAns = wxOK;