* src/misc/timer.hh (timer::timer): Initialize running...

This commit is contained in:
Alexandre Duret-Lutz 2009-12-11 11:38:20 +01:00
parent 57c41de5f0
commit 2a94402e82
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-12-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/timer.hh (timer::timer): Initialize running...
2009-12-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/Makefile.am (SUBDIRS): Fix missing ".", mistakenly removed

View file

@ -48,6 +48,10 @@ namespace spot
class timer
{
public:
timer()
: running(false)
{
}
/// Start a time interval.
void