X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftimer.h;h=a116d456c4e7a78cc499ba53862c9e8e76ebc76b;hb=87bbf574bde2149daed9f9967f33ceae13250b70;hp=a597427e3c5c55a14ed0d7f8fd44eb7809622cb9;hpb=3a3ff949670c61a4a8856e1391222e156eb1cd17;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/timer.h b/include/timer.h index a597427e3..a116d456c 100644 --- a/include/timer.h +++ b/include/timer.h @@ -76,7 +76,7 @@ class CoreExport Timer /** Sets the interval between two ticks. */ - void SetInterval(time_t interval); + void SetInterval(unsigned int interval); /** Called when the timer ticks. * You should override this method with some useful code to