From 6646c9fbeab6cd85e4efcff9ffb16d11ee617650 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 22 Sep 2021 20:49:32 +0100 Subject: Use CXX11_OVERRIDE instead of the override keyword. --- include/modules/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/modules/ssl.h b/include/modules/ssl.h index 9e8f7ebe0..84e2ab3ef 100644 --- a/include/modules/ssl.h +++ b/include/modules/ssl.h @@ -260,7 +260,7 @@ class SSLIOHook : public IOHook virtual bool GetServerName(std::string& out) const = 0; /** @copydoc IOHook::IsHookReady */ - bool IsHookReady() const override { return status == STATUS_OPEN; } + bool IsHookReady() const CXX11_OVERRIDE { return status == STATUS_OPEN; } }; /** Helper functions for obtaining TLS (SSL) client certificates and key fingerprints -- cgit v1.3.1-10-gc9f91