]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/timer.cpp
fixed __FUNCTION__ use in Unicode build (it's a variable, not a macro)
[wxWidgets.git] / src / generic / timer.cpp
index bffbfa37c085847b5a16c800ce22fac389de134f..a67016706f98fab983e8ea3d5baf3e8ef36ac4e7 100644 (file)
@@ -190,7 +190,11 @@ void wxTimerScheduler::NotifyTimers()
                         QueueTimer(desc, now + desc->timer->GetInterval());
                 }
                 else
                         QueueTimer(desc, now + desc->timer->GetInterval());
                 }
                 else
+                {
                     desc = m_timers;
                     desc = m_timers;
+                    if (!desc)
+                        break;
+                }
             }
         }
     }
             }
         }
     }