aboutsummaryrefslogtreecommitdiffstats
path: root/src/usermanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/usermanager.cpp')
-rw-r--r--src/usermanager.cpp3
1 files changed, 2 insertions, 1 deletions
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;