]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timerimpl.cpp
Add component-level filtering to wxLog.
[wxWidgets.git] / src / common / timerimpl.cpp
index 4ab6fa8e23950216290c6ae1075ba22be5064a21..c2ac8e8712865e56c09eaf220652e61f02642c85 100644 (file)
@@ -49,7 +49,7 @@ void wxTimerImpl::SetOwner(wxEvtHandler *owner, int timerid)
 void wxTimerImpl::SendEvent()
 {
     wxTimerEvent event(*m_timer);
-    (void)m_owner->ProcessEvent(event);
+    (void)m_owner->SafelyProcessEvent(event);
 }
 
 bool wxTimerImpl::Start(int milliseconds, bool oneShot)