diff options
Diffstat (limited to 'src/uplink.cpp')
-rw-r--r-- | src/uplink.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uplink.cpp b/src/uplink.cpp index 60e278dce..0e4605841 100644 --- a/src/uplink.cpp +++ b/src/uplink.cpp @@ -21,7 +21,7 @@ class ReconnectTimer final : public Timer { public: - ReconnectTimer(int wait) + ReconnectTimer(time_t wait) : Timer(wait) { } |