#ifndef WX_PRECOMP
#include "wx/app.h"
+ #include "wx/list.h"
#include "wx/menu.h"
#endif
+extern WXDLLIMPEXP_DATA_CORE(wxList) wxPendingDelete;
+
// DLL options compatibility check:
WX_CHECK_BUILD_OPTIONS("wxAdvanced")
}
}
+void wxTaskBarIconBase::Destroy()
+{
+ wxPendingDelete.Append(this);
+}
+
#endif // wxUSE_TASKBARICON