]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo in last commit
authorSteve Lamerton <steve.lamerton@gmail.com>
Thu, 11 Aug 2011 10:54:02 +0000 (10:54 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Thu, 11 Aug 2011 10:54:02 +0000 (10:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/webview_webkit.mm

index e15efad4115ba9aae4602af9571bf4884deff6e1..9635069f2c411d7964819c7e31346709a6abb522 100644 (file)
@@ -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];