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_sqloper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_sqloper.cpp') diff --git a/src/modules/m_sqloper.cpp b/src/modules/m_sqloper.cpp index 92f17480a..787f97515 100644 --- a/src/modules/m_sqloper.cpp +++ b/src/modules/m_sqloper.cpp @@ -28,7 +28,8 @@ #include "inspircd.h" #include "modules/sql.h" -class OperQuery : public SQL::Query +class OperQuery final + : public SQL::Query { public: // This variable will store all the OPER blocks from the DB -- cgit v1.3.1-10-gc9f91