From 421e8c8c793740aaf34feff761716c1c51d8f04e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 20 Dec 2021 20:00:03 +0000 Subject: Add the final keyword to all remaining classes that can have it. --- include/modules/exemption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules/exemption.h') 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: -- cgit v1.3.1-10-gc9f91