From: Stefan Csomor Date: Tue, 20 Apr 2010 14:55:10 +0000 (+0000) Subject: type of wrapped window can be any NSWindow, not only our own classes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/447e2772a6c6e9e8c829cc95107d108e363d73af type of wrapped window can be any NSWindow, not only our own classes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/cocoa/private.h b/include/wx/osx/cocoa/private.h index 95d4665637..857e98908f 100644 --- a/include/wx/osx/cocoa/private.h +++ b/include/wx/osx/cocoa/private.h @@ -265,8 +265,8 @@ public : wxNonOwnedWindow* GetWXPeer() { return m_wxPeer; } protected : - WX_wxNSWindow m_macWindow; - void * m_macFullScreenData ; + WXWindow m_macWindow; + void * m_macFullScreenData ; DECLARE_DYNAMIC_CLASS_NO_COPY(wxNonOwnedWindowCocoaImpl) };