Fix typo in last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-08-11 10:54:02 +00:00
parent d2e66707de
commit abd474ea63

View 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];