diff options
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 3 |
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; |
