From: Stefan Csomor Date: Tue, 6 Nov 2012 06:35:29 +0000 (+0000) Subject: fixing compile for ios X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0b7a7b8cd6e2e711097a754c19054302a8632c1a fixing compile for ios git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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