]> git.saurik.com Git - wxWidgets.git/commitdiff
fix adding non owned window for mac
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Mar 2008 13:00:31 +0000 (13:00 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Mar 2008 13:00:31 +0000 (13:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmlctrl/webkit/webkit.mm

index 49ebedf1f332e963a09a4307901402a2c34232d6..5af328fa45ee0eeaf5eaf72f9e94e4baa633d545 100755 (executable)
@@ -219,7 +219,7 @@ static pascal OSStatus wxWebKitCtrlEventHandler( EventHandlerCallRef handler , E
 
     ControlRef controlRef ;
     wxWebKitCtrl* thisWindow = (wxWebKitCtrl*) data ;
-    wxTopLevelWindowMac* tlw = NULL;
+    wxNonOwnedWindow* tlw = NULL;
     if (thisWindow)
         tlw = thisWindow->MacGetTopLevelWindow();