CodeWarrior Obj-C++ requires explicit casts from id to Objective-C types
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4788596812
commit
162c4aada6
@ -84,7 +84,7 @@ wxDialog::~wxDialog()
|
||||
wxLogDebug("Destroying");
|
||||
// setReleasedWhenClosed: NO
|
||||
[m_cocoaNSWindow close];
|
||||
DisassociateNSPanel(m_cocoaNSWindow);
|
||||
DisassociateNSPanel(GetNSPanel());
|
||||
}
|
||||
|
||||
void wxDialog::Cocoa_close(void)
|
||||
|
Loading…
Reference in New Issue
Block a user