diff --git a/src/crypto/kdf/Kdf.h b/src/crypto/kdf/Kdf.h index ba171dcba..5330e71d0 100644 --- a/src/crypto/kdf/Kdf.h +++ b/src/crypto/kdf/Kdf.h @@ -38,7 +38,7 @@ public: virtual void randomizeTransformSalt() = 0; virtual QSharedPointer clone() const = 0; - virtual int benchmark(int msec) const; + int benchmark(int msec) const; protected: virtual int benchmarkImpl(int msec) const = 0;