Ensure that we have an available backend for wxWebView compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-09-11 13:26:24 +00:00
parent e657c460a3
commit 7011055c55
4 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
#include "wx/setup.h"
#if wxUSE_WEBVIEW
#if wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)
class wxFSFile;
class wxFileSystem;
@@ -32,6 +32,6 @@ private:
wxFileSystem* m_fileSystem;
};
#endif // wxUSE_WEBVIEW
#endif // wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)
#endif // _WX_WEB_VIEW_FILE_HANDLER_H_