diff --git a/src/libCom/timer/timer.cpp b/src/libCom/timer/timer.cpp index 0e0a7d625..26f5d0bb2 100644 --- a/src/libCom/timer/timer.cpp +++ b/src/libCom/timer/timer.cpp @@ -123,8 +123,8 @@ void timer::privateCancel () { while ( true ) { if ( this->curState == statePending ) { - if ( this->queue.timerList.first() == this ) { - this->queue.notify.reschedule (); + if ( this->queue.timerList.first() == this ) { + this->queue.notify.reschedule (); } this->queue.timerList.remove ( *this ); this->curState = stateLimbo;