From: Steve Lamerton Date: Thu, 11 Aug 2011 10:54:02 +0000 (+0000) Subject: Fix typo in last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/abd474ea63667f727940a009cc3e0b23ba9f418f Fix typo in last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/webview_webkit.mm b/src/osx/webview_webkit.mm index e15efad411..9635069f2c 100644 --- a/src/osx/webview_webkit.mm +++ b/src/osx/webview_webkit.mm @@ -364,7 +364,7 @@ bool wxWebViewWebKit::Create(wxWindow *parent, // Register event listener interfaces WebViewLoadDelegate* loadDelegate = - [[WebViewWebKitLoadDelegate alloc] initWithWxWindow: this]; + [[WebViewLoadDelegate alloc] initWithWxWindow: this]; [m_webView setFrameLoadDelegate:loadDelegate];