From 61d3188b0163c43972ad7d4d6fb745f242322618 Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Tue, 26 Jul 2011 13:45:24 +0000 Subject: [PATCH] Add a couple of missing forward declarations. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/webview_webkit.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/osx/webview_webkit.h b/include/wx/osx/webview_webkit.h index 311aff84d8..5f49b43706 100644 --- a/include/wx/osx/webview_webkit.h +++ b/include/wx/osx/webview_webkit.h @@ -24,6 +24,9 @@ // Web Kit Control // ---------------------------------------------------------------------------- +class wxMacControl; +class wxWidgetCocoaImpl; + class WXDLLIMPEXP_WEB wxWebViewWebKit : public wxWebView { public: -- 2.50.0