diff options
| author | 2019-01-25 02:52:11 +0000 | |
|---|---|---|
| committer | 2019-01-25 02:52:11 +0000 | |
| commit | c78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8 (patch) | |
| tree | 4d7b4e6135e4b8340698419a83bc29edec18a5ea /src/usermanager.cpp | |
| parent | Remove the DEPRECATED_METHOD macro. (diff) | |
Replace the override macro with the override keyword.
Diffstat (limited to 'src/usermanager.cpp')
| -rw-r--r-- | src/usermanager.cpp | 2 |
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); } |
