diff options
| author | 2019-01-25 02:52:11 +0000 | |
|---|---|---|
| committer | 2019-01-25 02:52:11 +0000 | |
| commit | c78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8 (patch) | |
| tree | 4d7b4e6135e4b8340698419a83bc29edec18a5ea /include/socket.h | |
| parent | Remove the DEPRECATED_METHOD macro. (diff) | |
| download | inspircd++-c78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8.tar.gz inspircd++-c78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8.tar.bz2 inspircd++-c78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8.zip | |
Replace the override macro with the override keyword.
Diffstat (limited to 'include/socket.h')
| -rw-r--r-- | include/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socket.h b/include/socket.h index ed0e4a801..81b273e94 100644 --- a/include/socket.h +++ b/include/socket.h @@ -162,7 +162,7 @@ class CoreExport ListenSocket : public EventHandler /** Handles new connections, called by the socket engine */ - void OnEventHandlerRead() CXX11_OVERRIDE; + void OnEventHandlerRead() override; /** Inspects the bind block belonging to this socket to set the name of the IO hook * provider which this socket will use for incoming connections. |
