aboutsummaryrefslogtreecommitdiff
path: root/src/usermanager.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-01-25 02:52:11 +0000
committerGravatar Sadie Powell2019-01-25 02:52:11 +0000
commitc78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8 (patch)
tree4d7b4e6135e4b8340698419a83bc29edec18a5ea /src/usermanager.cpp
parentRemove the DEPRECATED_METHOD macro. (diff)
Replace the override macro with the override keyword.
Diffstat (limited to 'src/usermanager.cpp')
-rw-r--r--src/usermanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usermanager.cpp b/src/usermanager.cpp
index 053a308cb..c3f4105ef 100644
--- a/src/usermanager.cpp
+++ b/src/usermanager.cpp
@@ -33,7 +33,7 @@ namespace
ClientProtocol::Messages::Quit operquitmsg;
ClientProtocol::Event operquitevent;
- void Execute(LocalUser* user) CXX11_OVERRIDE
+ void Execute(LocalUser* user) override
{
user->Send(user->IsOper() ? operquitevent : quitevent);
}