From 0b7a7b8cd6e2e711097a754c19054302a8632c1a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 6 Nov 2012 06:35:29 +0000 Subject: [PATCH] fixing compile for ios git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/testing.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/testing.h b/include/wx/testing.h index a67585a130..6a729209cc 100644 --- a/include/wx/testing.h +++ b/include/wx/testing.h @@ -201,6 +201,7 @@ protected: int m_id; }; +#if wxUSE_FILEDLG template<> class wxExpectModal : public wxExpectModalBase @@ -222,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 -- 2.50.0