1
0
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:
Sadie Powell
2024-02-11 18:10:38 +00:00
parent 30b9f12711
commit cef56abea4
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class ReconnectTimer final
: public Timer
{
public:
ReconnectTimer(int wait)
ReconnectTimer(time_t wait)
: Timer(wait)
{
}