Restored printable hashrate.

This commit is contained in:
XMRig 2019-07-17 01:28:42 +07:00
parent 27f3008d79
commit 5699147aab
15 changed files with 196 additions and 204 deletions

View file

@ -44,6 +44,7 @@ public:
~CpuBackend() override;
protected:
const Hashrate *hashrate() const override;
const String &profileName() const override;
void printHashrate(bool details) override;
void setJob(const Job &job) override;