From: Steve Lamerton Date: Tue, 26 Jul 2011 13:45:24 +0000 (+0000) Subject: Add a couple of missing forward declarations. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/61d3188b0163c43972ad7d4d6fb745f242322618?ds=inline 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 --- 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: