mirror of
https://github.com/anope/anope.git
synced 2026-06-26 06:16:38 +02:00
Consistently use time_t for the timer duration.
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ class ReconnectTimer final
|
||||
: public Timer
|
||||
{
|
||||
public:
|
||||
ReconnectTimer(int wait)
|
||||
ReconnectTimer(time_t wait)
|
||||
: Timer(wait)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user