diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Timer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Timer.cc b/src/Timer.cc index f35f274..b031816 100644 --- a/src/Timer.cc +++ b/src/Timer.cc | |||
@@ -42,7 +42,7 @@ BTimer::BTimer(BaseDisplay *d, TimeoutHandler *h) { | |||
42 | 42 | ||
43 | 43 | ||
44 | BTimer::~BTimer(void) { | 44 | BTimer::~BTimer(void) { |
45 | if (timing) stop(); | 45 | if (isTiming()) stop(); |
46 | } | 46 | } |
47 | 47 | ||
48 | 48 | ||