From dec5875aca7a2e0c281388db2f25d195ad9b2a3d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 4 Oct 2021 17:07:51 +0100 Subject: Apply the final keyword to all module classes where appropriate. --- src/modules/m_httpd_stats.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_httpd_stats.cpp') diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index 4e787ff7e..bcbcfba81 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -39,7 +39,7 @@ static ISupport::EventProvider* isevprov; namespace Stats { - struct Entities + struct Entities final { static const insp::flat_map& entities; }; @@ -291,7 +291,7 @@ namespace Stats OB_NONE }; - struct UserSorter + struct UserSorter final { OrderBy order; bool desc; -- cgit v1.3.1-10-gc9f91