X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Ftimer.h;fp=source%2Ftime%2Ftimer.h;h=26ebf64a36d1725133934ef8fd9f282eca4da24d;hp=a0dabcdbd7b7cc8e08d553ba7c3e8ea46797762c;hb=d5dd704b2576f878809e87dbb8ff8591b9bdbce4;hpb=47a232c3c19e718a30281d3ada8acc1b6212ea8c 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; };