]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing osx_cocoa, there's a reason m_peer is private in the base class
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 11 Aug 2011 08:24:26 +0000 (08:24 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 11 Aug 2011 08:24:26 +0000 (08:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/webview_webkit.h

index 4d93115bf1e47411a8bd9238222753e47ff9d671..958b5695b5f8429d5de62af3f4a6b1e2042e8b0f 100644 (file)
@@ -159,12 +159,6 @@ private:
     void* m_webKitCtrlEventHandler;
     //It should be WebView*, but WebView is an Objective-C class
     //TODO: look into using DECLARE_WXCOCOA_OBJC_CLASS rather than this.
-    
-#if wxOSX_USE_CARBON
-    wxMacControl *m_peer;
-#else
-    wxWidgetCocoaImpl *m_peer;
-#endif
 };
 
 #endif // wxUSE_WEBKIT