mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Make benchmark() method non-virtual
This commit is contained in:
parent
15648991fc
commit
4592de8fb6
@ -38,7 +38,7 @@ public:
|
||||
virtual void randomizeTransformSalt() = 0;
|
||||
virtual QSharedPointer<Kdf> clone() const = 0;
|
||||
|
||||
virtual int benchmark(int msec) const;
|
||||
int benchmark(int msec) const;
|
||||
|
||||
protected:
|
||||
virtual int benchmarkImpl(int msec) const = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user