diff options
| author | 2021-09-22 20:49:32 +0100 | |
|---|---|---|
| committer | 2021-09-22 20:49:32 +0100 | |
| commit | 6646c9fbeab6cd85e4efcff9ffb16d11ee617650 (patch) | |
| tree | 531c4173cbdf033bc50d0a19f6004c9134ce541a /include | |
| parent | Send SSL profile reloading errors to snomask `a`. (diff) | |
Use CXX11_OVERRIDE instead of the override keyword.
Diffstat (limited to 'include')
| -rw-r--r-- | include/modules/ssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
