aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_delayjoin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_delayjoin.cpp')
-rw-r--r--src/modules/m_delayjoin.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_delayjoin.cpp b/src/modules/m_delayjoin.cpp
index 378935d68..d18a678ee 100644
--- a/src/modules/m_delayjoin.cpp
+++ b/src/modules/m_delayjoin.cpp
@@ -72,7 +72,8 @@ namespace
* This is not the same as OnUserJoin() because that runs only when a real join happens but this runs also when a module
* such as hostcycle generates a join.
*/
-class JoinHook : public ClientProtocol::EventHook
+class JoinHook final
+ : public ClientProtocol::EventHook
{
private:
const IntExtItem& unjoined;