don't use wxDELETE unnecessarily

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-01-12 14:33:43 +00:00
parent 3c77890141
commit 0b632977d7

View File

@@ -2503,7 +2503,7 @@ struct WXDLLIMPEXP_BASE wxEventTableEntryBase
~wxEventTableEntryBase()
{
wxDELETE( m_fn );
delete m_fn;
}
// the range of ids for this entry: if m_lastId == wxID_ANY, the range