X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Ftimer.h;h=26ebf64a36d1725133934ef8fd9f282eca4da24d;hb=f5951e7166dfd7028b95d7c780406f65afc5cdfc;hp=a0dabcdbd7b7cc8e08d553ba7c3e8ea46797762c;hpb=5889d53f8f073ff0e1e1ebbd786abecd8352a7b3;p=libs%2Fcore.git diff --git a/source/time/timer.h b/source/time/timer.h index a0dabcd..26ebf64 100644 --- a/source/time/timer.h +++ b/source/time/timer.h @@ -84,7 +84,7 @@ public: Note: If there are no active timers when a blocking tick is executed, it won't return until a timer is added from another thread. */ - void tick(bool block=true); + void tick(bool block = true); TimeStamp get_next_timeout() const; };