Fix wxOSX build under 10.10.
Use proper types for webkit variants. Closes #16329.
This commit is contained in:
committed by
Vadim Zeitlin
parent
41e459627e
commit
2a13ad64d8
@@ -158,7 +158,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.
|
||||
|
Reference in New Issue
Block a user