]> git.saurik.com Git - wxWidgets.git/commitdiff
Add a couple of missing forward declarations.
authorSteve Lamerton <steve.lamerton@gmail.com>
Tue, 26 Jul 2011 13:45:24 +0000 (13:45 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Tue, 26 Jul 2011 13:45:24 +0000 (13:45 +0000)
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

index 311aff84d80d778f033cfdca32d3b9c2a3329801..5f49b437062d312a2fce4d54f5f79bd5367c4d57 100644 (file)
@@ -24,6 +24,9 @@
 // Web Kit Control
 // ----------------------------------------------------------------------------
 
+class wxMacControl;
+class wxWidgetCocoaImpl;
+
 class WXDLLIMPEXP_WEB wxWebViewWebKit : public wxWebView
 {
 public: