]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/timer.h
Use meaningful variable names in consolecolors.
[user/henk/code/inspircd.git] / include / timer.h
index a597427e3c5c55a14ed0d7f8fd44eb7809622cb9..a116d456c4e7a78cc499ba53862c9e8e76ebc76b 100644 (file)
@@ -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