From e0dec0572ae900417372f034fd27ec356e650fd0 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 1 Oct 2021 04:37:03 +0100 Subject: Mark all module classes as final. --- src/modules/m_chgident.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_chgident.cpp') diff --git a/src/modules/m_chgident.cpp b/src/modules/m_chgident.cpp index a312c7ae3..51d8fe543 100644 --- a/src/modules/m_chgident.cpp +++ b/src/modules/m_chgident.cpp @@ -78,7 +78,8 @@ class CommandChgident : public Command } }; -class ModuleChgIdent : public Module +class ModuleChgIdent final + : public Module { private: CommandChgident cmd; -- cgit v1.3.1-10-gc9f91