summaryrefslogtreecommitdiff
path: root/src/uplink.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-03-06 16:11:54 +0000
committerSadie Powell <sadie@witchery.services>2023-03-13 13:52:56 +0000
commit29db25dac7aff36b4f7239a9fabd57230534cf35 (patch)
tree9cc80ab7134514381f02835629ade620584020d0 /src/uplink.cpp
parentd210cd26952a4d4441223809dc259fcf6eaff5fd (diff)
Fix missing override keywords.
Diffstat (limited to 'src/uplink.cpp')
-rw-r--r--src/uplink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uplink.cpp b/src/uplink.cpp
index e1c26c1da..019ca8454 100644
--- a/src/uplink.cpp
+++ b/src/uplink.cpp
@@ -22,7 +22,7 @@ class ReconnectTimer : public Timer
public:
ReconnectTimer(int wait) : Timer(wait) { }
- void Tick(time_t)
+ void Tick(time_t) override
{
try
{