X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Ftimer.cc;h=cd898ddd1c62b6b437f889e80741991b7142ff2e;hp=c45e1b8909eb6413e79b9b14a372fca4b0da744c;hb=6c9943707d4f33035830eba0587a61a34eaecbc2;hpb=af88821a172c4dfd138b91b2a5148ae50b502fa2 diff --git a/src/moof/timer.cc b/src/moof/timer.cc index c45e1b8..cd898dd 100644 --- a/src/moof/timer.cc +++ b/src/moof/timer.cc @@ -199,7 +199,7 @@ private: }; -void timer::sleep(scalar seconds, mode mode) +void timer::sleep(scalar seconds, enum mode mode) { if (mode == absolute) seconds -= ticks(); if (seconds < SCALAR(0.0)) return;