diff options
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. |
