]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/webviewhistoryitem_webkit.h
No changes, just implement Raise() in wxTopLevelWindow in wxMSW.
[wxWidgets.git] / include / wx / gtk / webviewhistoryitem_webkit.h
index b0a2de186325cff27895ffbe18b3b03cfd74b158..90b2c9751ab77d962b4d4978ab0e3cd9f53d5ed7 100644 (file)
@@ -14,8 +14,6 @@
 
 #if wxUSE_WEBVIEW && wxUSE_WEBVIEW_WEBKIT && defined(__WXGTK__)
 
-#include "webkit/webkit.h"
-
 class WXDLLIMPEXP_WEBVIEW wxWebViewHistoryItem
 {
 public:
@@ -28,7 +26,7 @@ public:
 
 private:
     wxString m_url, m_title;
-    WebKitWebHistoryItem* m_histItem;
+    void* m_histItem;
 };
 
 #endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_WEBKIT && defined(__WXGTK__)