diff options
Diffstat (limited to 'src/timers.cpp')
-rw-r--r-- | src/timers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timers.cpp b/src/timers.cpp index cd7dbd1fd..64d16cb8b 100644 --- a/src/timers.cpp +++ b/src/timers.cpp @@ -30,7 +30,7 @@ Timer::Timer(long time_from_now, time_t now, bool repeating) TimerManager::AddTimer(this); } -/** Default destructor, does nothing +/** Default destructor, removes the timer from the list */ Timer::~Timer() { |