X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/643e9cf9f61fdbe517b15477f9247ca8ac0b3578..6968a3b87cee46f5c5af9b46e1ef97f17133cef7:/include/wx/testing.h diff --git a/include/wx/testing.h b/include/wx/testing.h index 905184e493..6a729209cc 100644 --- a/include/wx/testing.h +++ b/include/wx/testing.h @@ -76,6 +76,9 @@ private: #include #include "wx/afterstd.h" #include "wx/cpp.h" +#include "wx/dialog.h" +#include "wx/msgdlg.h" +#include "wx/filedlg.h" class wxTestingModalHook; @@ -198,6 +201,7 @@ protected: int m_id; }; +#if wxUSE_FILEDLG template<> class wxExpectModal : public wxExpectModalBase @@ -219,6 +223,7 @@ protected: int m_id; }; +#endif // Implementation of wxModalDialogHook for use in testing, with // wxExpectModal and the wxTEST_DIALOG() macro. It is not intended for