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_restrictchans.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_restrictchans.cpp') diff --git a/src/modules/m_restrictchans.cpp b/src/modules/m_restrictchans.cpp index b6e78ba40..ed47dc31b 100644 --- a/src/modules/m_restrictchans.cpp +++ b/src/modules/m_restrictchans.cpp @@ -28,7 +28,8 @@ typedef insp::flat_set AllowChans; -class ModuleRestrictChans : public Module +class ModuleRestrictChans final + : public Module { private: AllowChans allowchans; -- cgit v1.3.1-10-gc9f91