diff options
| author | 2021-09-22 20:49:32 +0100 | |
|---|---|---|
| committer | 2021-09-22 20:49:32 +0100 | |
| commit | 6646c9fbeab6cd85e4efcff9ffb16d11ee617650 (patch) | |
| tree | 531c4173cbdf033bc50d0a19f6004c9134ce541a /src/modules/m_websocket.cpp | |
| parent | Send SSL profile reloading errors to snomask `a`. (diff) | |
Use CXX11_OVERRIDE instead of the override keyword.
Diffstat (limited to 'src/modules/m_websocket.cpp')
| -rw-r--r-- | src/modules/m_websocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_websocket.cpp b/src/modules/m_websocket.cpp index 8ac8a50e3..58ce8507d 100644 --- a/src/modules/m_websocket.cpp +++ b/src/modules/m_websocket.cpp @@ -479,7 +479,7 @@ class WebSocketHook : public IOHookMiddle sock->AddIOHook(this); } - bool IsHookReady() const override + bool IsHookReady() const CXX11_OVERRIDE { return state == STATE_ESTABLISHED; } |
