aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-12-20 20:00:03 +0000
committerGravatar Sadie Powell2021-12-20 20:19:40 +0000
commit421e8c8c793740aaf34feff761716c1c51d8f04e (patch)
treeb3bf0e3e8c3b7fd2beeefbe89fff8f25b12f2846 /src/users.cpp
parentDeduplicate xline adding code in the dnsbl module. (diff)
Add the final keyword to all remaining classes that can have it.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp3
1 files changed, 2 insertions, 1 deletions
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;