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. --- src/usermanager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/usermanager.cpp') diff --git a/src/usermanager.cpp b/src/usermanager.cpp index 3970db722..b548bd7ba 100644 --- a/src/usermanager.cpp +++ b/src/usermanager.cpp @@ -33,7 +33,8 @@ namespace { - class WriteCommonQuit : public User::ForEachNeighborHandler + class WriteCommonQuit final + : public User::ForEachNeighborHandler { ClientProtocol::Messages::Quit quitmsg; ClientProtocol::Event quitevent; -- cgit v1.3.1-10-gc9f91