diff --git a/src/common/net/Job.h b/src/common/net/Job.h index 9e428b5a..e9aead7f 100644 --- a/src/common/net/Job.h +++ b/src/common/net/Job.h @@ -89,6 +89,8 @@ public: bool operator!=(const Job &other) const; private: + xmrig::Variant variant() const; + bool m_autoVariant; bool m_nicehash; int m_poolId;