Restored variant method

This commit is contained in:
MoneroOcean 2018-10-02 07:28:46 +02:00
parent 40bf930d8c
commit fa5cc9c4e6

View file

@ -89,6 +89,8 @@ public:
bool operator!=(const Job &other) const; bool operator!=(const Job &other) const;
private: private:
xmrig::Variant variant() const;
bool m_autoVariant; bool m_autoVariant;
bool m_nicehash; bool m_nicehash;
int m_poolId; int m_poolId;