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:
@@ -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
|
||||
|
Reference in New Issue
Block a user