Add override where missing

Former-commit-id: 2a876a280bc29f45ba81cedff5a3efeb5b70efab
This commit is contained in:
Gawaboumga
2015-12-30 15:15:20 +01:00
parent 92eaf8db1f
commit 7f4a7c1012
12 changed files with 26 additions and 26 deletions

View File

@@ -23,8 +23,8 @@ namespace Nz
void Begin() override;
ByteArray End() override;
std::size_t GetDigestLength() const;
const char* GetHashName() const;
std::size_t GetDigestLength() const override;
const char* GetHashName() const override;
private:
HashWhirlpool_state* m_state;