X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce5d92e15071d65b430f11efa548076beeb9673c..de6e6d08b2e3fa0c5083d9755dd2e00b5cceb414:/src/os2/fontdlg.cpp diff --git a/src/os2/fontdlg.cpp b/src/os2/fontdlg.cpp index 1024e1b98e..fe9cc27b15 100644 --- a/src/os2/fontdlg.cpp +++ b/src/os2/fontdlg.cpp @@ -20,10 +20,10 @@ #include "wx/utils.h" #include "wx/dialog.h" #include "wx/math.h" - #include "wx/cmndata.h" #endif #include "wx/fontutil.h" +#include "wx/testing.h" #define INCL_PM #include @@ -37,6 +37,8 @@ IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog) int wxFontDialog::ShowModal() { + WX_TESTING_SHOW_MODAL_HOOK(); + FONTDLG vFontDlg; char zCurrentFont[FACESIZE]; HWND hWndFontDlg;