From c78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 25 Jan 2019 02:52:11 +0000 Subject: Replace the override macro with the override keyword. --- include/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/socket.h') 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. -- cgit v1.3.1-10-gc9f91