aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 506cdf6d8..9813d64a9 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -869,7 +869,7 @@ namespace
{
ClientProtocol::Event& ev;
- void Execute(LocalUser* user) CXX11_OVERRIDE
+ void Execute(LocalUser* user) override
{
user->Send(ev);
}