X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfba244cbf2d6bef4c81a969d0bc72f824842e29..dd9f8b6bb6935360a8271dc3e8749fb026b601a8:/src/msw/nativewin.cpp?ds=sidebyside diff --git a/src/msw/nativewin.cpp b/src/msw/nativewin.cpp index 1f0ddeca87..3ac00548a7 100644 --- a/src/msw/nativewin.cpp +++ b/src/msw/nativewin.cpp @@ -54,6 +54,11 @@ bool wxNativeContainerWindow::Create(wxNativeContainerWindowHandle hwnd) return true; } +void wxNativeContainerWindow::OnNativeDestroyed() +{ + // currently this is not called so nothing to do here +} + wxNativeContainerWindow::~wxNativeContainerWindow() { // prevent the base class dtor from destroying the window, it doesn't