]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/iphone/nonownedwnd.mm
Correctly parse times without seconds in wxDateTime::ParseTime().
[wxWidgets.git] / src / osx / iphone / nonownedwnd.mm
index a1dbf134b8ad063fa779ed2f33d907c24cd6aa44..d50c0cfc313fe5f8274ecb00749d7c9b5966bfcd 100644 (file)
@@ -90,9 +90,8 @@ wxNonOwnedWindowIPhoneImpl::~wxNonOwnedWindowIPhoneImpl()
     [m_macWindow release];
 }
 
-void wxNonOwnedWindowIPhoneImpl::Destroy()
+void wxNonOwnedWindowIPhoneImpl::WillBeDestroyed()
 {
-    wxPendingDelete.Append( new wxDeferredObjectDeleter( this ) );
 }
 
 void wxNonOwnedWindowIPhoneImpl::Create( wxWindow* parent, const wxPoint& pos, const wxSize& size,