Cause a compile time error in the wxWebView sample if no backend exists.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-09-14 12:39:30 +00:00
parent c78da4eb62
commit 4794f127cd

View File

@@ -22,6 +22,10 @@
#include "wx/wx.h"
#endif
#if !wxUSE_WEBVIEW_WEBKIT && !wxUSE_WEBVIEW_IE
#error "A wxWebView backend is required by this sample"
#endif
#include "wx/artprov.h"
#include "wx/notifmsg.h"
#include "wx/settings.h"