Fix removing event handler filters in wxEvtHandler.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 May 2012 20:36:08 +0000 (20:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 May 2012 20:36:08 +0000 (20:36 +0000)
commit956b1c8553bc14c60db7c40f7ae9b7405fb30bcb
tree48e5572eece1cbf62a5abd2acc76f35365b3c26d
parent55e0100847e113399e2c547343dbda3e7ccca19f
Fix removing event handler filters in wxEvtHandler.

Removal from the simply linked list of event filters wasn't done correctly as
the pointer to the previous node was never updated.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/event.cpp