// Created: 06.01.01
// RCS-ID: $Id$
// Copyright: (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License: wxWidgets licence
+// License: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ============================================================================
wxPopupTransientWindow::~wxPopupTransientWindow()
{
PopHandlers();
-
+#ifndef __WXX11__
delete m_handlerFocus;
+#endif
delete m_handlerPopup;
}