summaryrefslogtreecommitdiff
path: root/iterhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'iterhash.h')
-rw-r--r--iterhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iterhash.h b/iterhash.h
index dae50d43..9526d4a7 100644
--- a/iterhash.h
+++ b/iterhash.h
@@ -168,7 +168,7 @@ public:
/// \brief Provides the digest size of the hash
/// \return the digest size of the hash, in bytes
/// \details DigestSize() returns <tt>DIGESTSIZE</tt>.
- unsigned int DigestSize() const {return DIGESTSIZE;};
+ unsigned int DigestSize() const {return DIGESTSIZE;}
protected:
IteratedHashWithStaticTransform() {this->Init();}