]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/webviewhistoryitem_webkit.h
Don't use "Cancel" button in the about dialog of the listctrl sample.
[wxWidgets.git] / include / wx / osx / webviewhistoryitem_webkit.h
index 776311cbeaff0e26ffc15a9eea1921f7f6030a8b..deeea9ba418c1580beefd33a3c14741bdee2ce6b 100644 (file)
@@ -15,6 +15,8 @@
 #if wxUSE_WEBVIEW && wxUSE_WEBVIEW_WEBKIT && (defined(__WXOSX_COCOA__) \
                                           ||  defined(__WXOSX_CARBON__))
 
+#include "wx/osx/core/objcid.h"
+
 class WXDLLIMPEXP_WEBVIEW wxWebViewHistoryItem
 {
 public:
@@ -27,9 +29,9 @@ public:
 
 private:
     wxString m_url, m_title;
-    struct objc_object *m_histItem;
+    wxObjCID m_histItem;
 };
 
-#endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_WEBKIT 
+#endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_WEBKIT
 
 #endif // _WX_OSX_WEBVIEWHISTORYITEM_H_