using proper types for webkit variants, see #16329

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-06-20 08:14:46 +00:00
parent 1ab459b212
commit 1a5b712103
4 changed files with 16 additions and 18 deletions

View File

@@ -157,7 +157,7 @@ private:
wxWindowID m_windowID;
wxString m_pageTitle;
wxObjCID m_webView;
OSXWebViewPtr m_webView;
// we may use this later to setup our own mouse events,
// so leave it in for now.