]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
Use wxCLASSINFO() instead of deprecated CLASSINFO().
[wxWidgets.git] / src / common / event.cpp
index 9896674c6103fd93b81e343ef65481f7c8bf58ab..59f6bc004a03e635d88a36949f45d6c2e388dcda 100644 (file)
@@ -1162,6 +1162,8 @@ wxEventFilter* wxEvtHandler::ms_filterList = NULL;
             // Skip the assert below.
             return;
         }
+
+        prev = f;
     }
 
     wxFAIL_MSG( "Filter not found" );