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_shun.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/modules/m_shun.cpp') diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index d3034ce3c..b11aa8d18 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -136,7 +136,9 @@ class CommandShun : public Command } }; -class ModuleShun : public Module, public Stats::EventListener +class ModuleShun final + : public Module + , public Stats::EventListener { private: CommandShun cmd; -- cgit v1.3.1-10-gc9f91