aboutsummaryrefslogtreecommitdiff
path: root/include/modules/exemption.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-12-20 20:00:03 +0000
committerGravatar Sadie Powell2021-12-20 20:19:40 +0000
commit421e8c8c793740aaf34feff761716c1c51d8f04e (patch)
treeb3bf0e3e8c3b7fd2beeefbe89fff8f25b12f2846 /include/modules/exemption.h
parentDeduplicate xline adding code in the dnsbl module. (diff)
Add the final keyword to all remaining classes that can have it.
Diffstat (limited to 'include/modules/exemption.h')
-rw-r--r--include/modules/exemption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/exemption.h b/include/modules/exemption.h
index a0e32e9e0..9fa059f7b 100644
--- a/include/modules/exemption.h
+++ b/include/modules/exemption.h
@@ -57,7 +57,7 @@ class CheckExemption::EventListener
virtual ModResult OnCheckExemption(User* user, Channel* chan, const std::string& restriction) = 0;
};
-class CheckExemption::EventProvider
+class CheckExemption::EventProvider final
: public Events::ModuleEventProvider
{
public: