Warning fix

This commit is contained in:
Nekotekina 2014-07-11 10:01:23 +04:00
parent 0dfbb5de73
commit cb9c1030a9

View file

@ -123,7 +123,7 @@ public:
default: return res;
}
if (wait) wait();
if (wait != nullptr) wait();
if (timeout && counter++ > timeout)
{