diff options
Diffstat (limited to 'src/modules/m_haproxy.cpp')
| -rw-r--r-- | src/modules/m_haproxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_haproxy.cpp b/src/modules/m_haproxy.cpp index ab3251031..d50d1ff09 100644 --- a/src/modules/m_haproxy.cpp +++ b/src/modules/m_haproxy.cpp @@ -384,7 +384,7 @@ class HAProxyHook : public IOHookMiddle sock->AddIOHook(this); } - bool IsHookReady() const override + bool IsHookReady() const CXX11_OVERRIDE { return state == HPS_CONNECTED; } |
