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/protocolinterface.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/modules/m_spanningtree/protocolinterface.h') diff --git a/src/modules/m_spanningtree/protocolinterface.h b/src/modules/m_spanningtree/protocolinterface.h index e4cda3c84..e0204c93e 100644 --- a/src/modules/m_spanningtree/protocolinterface.h +++ b/src/modules/m_spanningtree/protocolinterface.h @@ -23,10 +23,12 @@ #pragma once -class SpanningTreeProtocolInterface : public ProtocolInterface +class SpanningTreeProtocolInterface final + : public ProtocolInterface { public: - class Server : public ProtocolInterface::Server + class Server final + : public ProtocolInterface::Server { TreeSocket* const sock; -- cgit v1.3.1-10-gc9f91