]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/testing.h
add GTK3-specific code for DrawItemSelectionRect(), fixes drawing selected tree contr...
[wxWidgets.git] / include / wx / testing.h
index a67585a13040fa9862d4e8af4fd97a54475008fa..6a729209cc55def5447ab045eebde4e6b3bb6eaa 100644 (file)
@@ -201,6 +201,7 @@ protected:
     int m_id;
 };
 
+#if wxUSE_FILEDLG
 
 template<>
 class wxExpectModal<wxFileDialog> : public wxExpectModalBase<wxFileDialog>
@@ -222,6 +223,7 @@ protected:
     int m_id;
 };
 
+#endif
 
 // Implementation of wxModalDialogHook for use in testing, with
 // wxExpectModal<T> and the wxTEST_DIALOG() macro. It is not intended for