minor fix

This commit is contained in:
fluxgen 2002-02-04 22:46:10 +00:00
parent 8572a544ec
commit 26754cd477

View file

@ -42,7 +42,7 @@ BTimer::BTimer(BaseDisplay *d, TimeoutHandler *h) {
BTimer::~BTimer(void) { BTimer::~BTimer(void) {
if (timing) stop(); if (isTiming()) stop();
} }