From dec5875aca7a2e0c281388db2f25d195ad9b2a3d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 4 Oct 2021 17:07:51 +0100 Subject: Apply the final keyword to all module classes where appropriate. --- src/modules/m_ident.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_ident.cpp') 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 */ -- cgit v1.3.1-10-gc9f91