]> Dogcows Code - chaz/yoink/blobdiff - src/moof/timer.hh
mesh and other random adjustments
[chaz/yoink] / src / moof / timer.hh
index a86f445d4168a9e2b19073a88593cc4790d9e9a0..cb50c3bbc0f6d40a1328d584b93655abf945d2fa 100644 (file)
@@ -201,7 +201,10 @@ public:
         * Fire any timers which are not yet invalidated but have an expiration
         * time in the past.
         */
-       static void fire_expired_timers();
+       static void fire_expired_timers()
+       {
+               fire_expired_timers(ticks());
+       }
 
        /**
         * Fire any timers which are not yet invalidated but have an expiration
This page took 0.020702 seconds and 4 git commands to generate.