]> Dogcows Code - chaz/yoink/blobdiff - src/moof/timer.cc
build system enhancements
[chaz/yoink] / src / moof / timer.cc
index c45e1b8909eb6413e79b9b14a372fca4b0da744c..cd898ddd1c62b6b437f889e80741991b7142ff2e 100644 (file)
@@ -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;
This page took 0.01701 seconds and 4 git commands to generate.