* 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

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