Updated MoBenchmark names

This commit is contained in:
MoneroOcean 2020-10-18 23:35:27 +00:00
parent 6b406cf82c
commit ef7a7a75a2

View file

@ -81,13 +81,13 @@ public:
void getJSON(rapidjson::Document &doc) const override;
# ifdef XMRIG_FEATURE_BENCHMARK
inline Benchmark &benchmark() { return m_benchmark; }
inline MoBenchmark &benchmark() { return m_benchmark; }
# endif
private:
ConfigPrivate *d_ptr;
# ifdef XMRIG_FEATURE_BENCHMARK
Benchmark m_benchmark;
MoBenchmark m_benchmark;
# endif
};