#if wxUSE_WEBVIEW && wxUSE_WEBVIEW_WEBKIT && defined(__WXGTK__)
-#include "webkit/webkit.h"
-
class WXDLLIMPEXP_WEBVIEW wxWebViewHistoryItem
{
public:
private:
wxString m_url, m_title;
- WebKitWebHistoryItem* m_histItem;
+ void* m_histItem;
};
#endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_WEBKIT && defined(__WXGTK__)