diff options
Diffstat (limited to 'base/timer.h')
-rw-r--r-- | base/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/timer.h b/base/timer.h index 706551f..dcabefa 100644 --- a/base/timer.h +++ b/base/timer.h @@ -170,7 +170,7 @@ class BaseTimer : public BaseTimer_Helper { self->delayed_task_ = NULL; // By now the delayed_task_ in the Timer does not point to us anymore. // We should reset our own timer_ because the Timer can not do this - // for us in its destructor. + // for us in its destructor. timer_ = NULL; } } |