Commit f9fa80af authored by Pavel Vainerman's avatar Pavel Vainerman

Исправление ошибки в DelayTimer (спасибо ilyap@etersoft.ru)

parent 53f0a987
......@@ -84,7 +84,6 @@ class DelayTimer
waiting_on = false;
if( st )
state = true;
else
return state;
}
......@@ -116,6 +115,8 @@ class DelayTimer
return state;
}
inline bool get(){ return state; }
protected:
PassiveTimer pt;
bool prevState;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment