aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_ident.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_ident.cpp')
-rw-r--r--src/modules/m_ident.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp
index 3ceeb88c9..881bb13cb 100644
--- a/src/modules/m_ident.cpp
+++ b/src/modules/m_ident.cpp
@@ -100,7 +100,8 @@ enum
* --------------------------------------------------------------
*/
-class IdentRequestSocket : public EventHandler
+class IdentRequestSocket final
+ : public EventHandler
{
public:
LocalUser *user; /* User we are attached to */