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/users.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index b5ce7cd91..886761473 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -873,7 +873,8 @@ void LocalUser::WriteRemoteNotice(const std::string& text) namespace { - class WriteCommonRawHandler : public User::ForEachNeighborHandler + class WriteCommonRawHandler final + : public User::ForEachNeighborHandler { ClientProtocol::Event& ev; -- cgit v1.3.1-10-gc9f91