[Libreoffice-commits] online.git: loolwsd/UnitHTTP.hpp
Tor Lillqvist
tml at collabora.com
Wed Sep 21 13:55:44 UTC 2016
loolwsd/UnitHTTP.hpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit d9c9ad0de53d2721f7b113c1c73f5d6b869bce42
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Sep 21 16:54:47 2016 +0300
Add 'override'
diff --git a/loolwsd/UnitHTTP.hpp b/loolwsd/UnitHTTP.hpp
index c87ce15..aa9c1e3 100644
--- a/loolwsd/UnitHTTP.hpp
+++ b/loolwsd/UnitHTTP.hpp
@@ -72,7 +72,8 @@ public:
virtual bool expectContinue() const override
{ return false; }
#endif
- virtual bool secure() const { return true; }
+ virtual bool secure() const override
+ { return true; }
virtual const SocketAddress& clientAddress() const override
{ return _clientAddress; }
virtual const SocketAddress& serverAddress() const override
More information about the Libreoffice-commits
mailing list