From 2a94402e82876b2f133bb329c66e3b9aea050bc5 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 11 Dec 2009 11:38:20 +0100 Subject: [PATCH] * src/misc/timer.hh (timer::timer): Initialize running... --- ChangeLog | 4 ++++ src/misc/timer.hh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index e578f70e4..032334e5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-12-11 Alexandre Duret-Lutz + + * src/misc/timer.hh (timer::timer): Initialize running... + 2009-12-09 Alexandre Duret-Lutz * src/Makefile.am (SUBDIRS): Fix missing ".", mistakenly removed diff --git a/src/misc/timer.hh b/src/misc/timer.hh index 96b8ed13a..c990dfb45 100644 --- a/src/misc/timer.hh +++ b/src/misc/timer.hh @@ -48,6 +48,10 @@ namespace spot class timer { public: + timer() + : running(false) + { + } /// Start a time interval. void