summaryrefslogtreecommitdiff
path: root/src/modules/m_sha1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_sha1.cpp')
-rw-r--r--src/modules/m_sha1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sha1.cpp b/src/modules/m_sha1.cpp
index 798539d91..561a7b6cb 100644
--- a/src/modules/m_sha1.cpp
+++ b/src/modules/m_sha1.cpp
@@ -170,7 +170,7 @@ class SHA1HashProvider : public HashProvider
{
}
- std::string GenerateRaw(const std::string& data)
+ std::string GenerateRaw(const std::string& data) CXX11_OVERRIDE
{
SHA1Context ctx;
ctx.Update(reinterpret_cast<const unsigned char*>(data.data()), data.length());