X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Ftimer.h;h=62f248d23a722078472c461b9f04186c6cdd827d;hp=575599fa6bb92eb16abeeced1f1147bb32cdaa8f;hb=2d608d773f3494e84cb154bdbb07954e87d9af86;hpb=ed8d2f5a3be2f99e3ecdfba840f87f589a0c0ac6 diff --git a/source/time/timer.h b/source/time/timer.h index 575599f..62f248d 100644 --- a/source/time/timer.h +++ b/source/time/timer.h @@ -3,6 +3,7 @@ #include #include +#include #include #include #include @@ -68,7 +69,7 @@ public: void cancel(Slot &); /** Deprecated. Use one of the other overloads. */ - void tick(bool block); + DEPRECATED void tick(bool block); /** Waits until a timer expires, then executes it. If no timers have been set, blocks until one is added from another thread. */