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_spanningtree/fjoin.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_spanningtree/fjoin.cpp') diff --git a/src/modules/m_spanningtree/fjoin.cpp b/src/modules/m_spanningtree/fjoin.cpp index 5b2f83384..c945240f1 100644 --- a/src/modules/m_spanningtree/fjoin.cpp +++ b/src/modules/m_spanningtree/fjoin.cpp @@ -29,7 +29,8 @@ /** FJOIN builder for rebuilding incoming FJOINs and splitting them up into multiple messages if necessary */ -class FwdFJoinBuilder : public CommandFJoin::Builder +class FwdFJoinBuilder final + : public CommandFJoin::Builder { public: FwdFJoinBuilder(Channel* chan, TreeServer* server) -- cgit v1.3.1-10-gc9f91