diff options
Diffstat (limited to 'src/timer.cpp')
| -rw-r--r-- | src/timer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/timer.cpp b/src/timer.cpp index c66598f37..8e1d01a56 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -35,8 +35,7 @@ void Timer::SetInterval(unsigned long newinterval) } Timer::Timer(unsigned long secs_from_now, bool repeating) - : trigger(0) - , secs(secs_from_now) + : secs(secs_from_now) , repeat(repeating) { } |
