Use struct qualifier with objc_object (it is and always will be a struct)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,9 +79,9 @@ private:
|
|||||||
wxWindowID m_windowID;
|
wxWindowID m_windowID;
|
||||||
wxString m_currentURL;
|
wxString m_currentURL;
|
||||||
wxString m_pageTitle;
|
wxString m_pageTitle;
|
||||||
objc_object* m_webView;
|
struct objc_object *m_webView;
|
||||||
//It should be WebView, but WebView is Cocoa only, so any class which included
|
//It should be WebView*, but WebView is an Objective-C class
|
||||||
//this header would have to link to Cocoa, so for now use void* instead.
|
//TODO: look into using DECLARE_WXCOCOA_OBJC_CLASS rather than this.
|
||||||
};
|
};
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user